Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
chore: set max SDK version to <3.0.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and kevmoo committed Jul 18, 2018
1 parent feef567 commit 785d623
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dart_task:
- test: --platform vm
xvfb: false
- test: --platform firefox -j 1
- dartanalyzer --fatal-warnings
- dartanalyzer: --fatal-warnings .
- dartfmt

# Only building master means that we don't run two builds for each pull request.
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.10.8

* Require Dart `>=2.0.0-dev.65`.
* Set SDK version constraint to `>=2.0.0-dev.65 <3.0.0`.

## 0.10.7

Expand Down
7 changes: 4 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: fixnum
version: 0.10.8-dev
author: Dart Team <[email protected]>
version: 0.10.8

description: Library for 32- and 64-bit signed fixed-width integers.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/fixnum

environment:
sdk: ">=2.0.0-dev.65 <2.0.0"
sdk: '>=2.0.0-dev.65 <3.0.0'

dev_dependencies:
test: ^1.2.0

0 comments on commit 785d623

Please sign in to comment.