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
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 14, 2018
1 parent 54cfeb9 commit c44273b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dart:

dart_task:
- test: --platform vm
xvfb: false
# No parallelism on Firefox (-j 1)
# Causes flakiness – need to investigate
- test: --platform firefox -j 1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.8

* Set max SDK version to `<3.0.0`.
* Deprecate `DelegatingFuture.typed`, it is not necessary in Dart 2.

## 2.0.7
Expand Down
1 change: 0 additions & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
analyzer:
strong-mode: true
errors:
todo: ignore
linter:
Expand Down
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: async
version: 2.0.8-dev
version: 2.0.8

author: Dart Team <misc@dartlang.org>

description: Utility functions and classes related to the 'dart:async' library.
homepage: https://www.github.com/dart-lang/async

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

dependencies:
collection: ^1.5.0

dev_dependencies:
fake_async: ^1.0.0
stack_trace: ^1.0.0
Expand Down

0 comments on commit c44273b

Please sign in to comment.