Skip to content

Commit

Permalink
Declare support for async 2.0.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Sep 22, 2017
1 parent 4cc96a0 commit 6c9b5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.3

* Declare support for `async` 2.0.0.

## 1.3.2

* Update to make the code work with strong-mode clean Zone API.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pool
version: 1.3.2
version: 1.3.3
author: Dart Team <misc@dartlang.org>
description: A class for managing a finite pool of resources.
homepage: https://github.com/dart-lang/pool
dependencies:
async: "^1.4.0"
async: ">=1.4.0 <3.0.0"
stack_trace: ">=0.9.2 <2.0.0"
environment:
sdk: ">=1.23.0 <2.0.0"
Expand Down

0 comments on commit 6c9b5e9

Please sign in to comment.