From 78572036514a0d1bb31b7d5cc2d48c93966524ee Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 22 Sep 2017 13:01:43 -0700 Subject: [PATCH] Declare support for async 2.0.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 755eb861d7..ea7fca588d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.11.3+15 + +* Declare support for `async` 2.0.0. + ## 0.11.3+14 * Remove single quote ("'" - ASCII 39) from boundary characters. diff --git a/pubspec.yaml b/pubspec.yaml index d0d56a4b10..b18e155416 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,10 +1,10 @@ name: http -version: 0.11.3+14 +version: 0.11.3+15 author: "Dart Team " homepage: https://github.com/dart-lang/http description: A composable, Future-based API for making HTTP requests. dependencies: - async: "^1.10.0" + async: ">=1.10.0 <3.0.0" collection: "^1.5.0" http_parser: ">=0.0.1 <4.0.0" path: ">=0.9.0 <2.0.0"