From 6c9b5e9255cf895300f3ed5aed9dfa37317e0f5e Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 22 Sep 2017 13:41:56 -0700 Subject: [PATCH] Declare support for async 2.0.0 (#11) --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf12f2..d9db81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 3c65826..b9c5c8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: pool -version: 1.3.2 +version: 1.3.3 author: Dart Team 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"