We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75579ce commit 3b551fbCopy full SHA for 3b551fb
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.11.3+15
2
+
3
+* Declare support for `async` 2.0.0.
4
5
## 0.11.3+14
6
7
* Remove single quote ("'" - ASCII 39) from boundary characters.
pubspec.yaml
@@ -1,10 +1,10 @@
name: http
-version: 0.11.3+14
+version: 0.11.3+15
author: "Dart Team <[email protected]>"
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"
8
collection: "^1.5.0"
9
http_parser: ">=0.0.1 <4.0.0"
10
path: ">=0.9.0 <2.0.0"
0 commit comments