Skip to content

Commit 3b551fb

Browse files
authored
Declare support for async 2.0.0 (#119)
1 parent 75579ce commit 3b551fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.11.3+15
2+
3+
* Declare support for `async` 2.0.0.
4+
15
## 0.11.3+14
26

37
* Remove single quote ("'" - ASCII 39) from boundary characters.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: http
2-
version: 0.11.3+14
2+
version: 0.11.3+15
33
author: "Dart Team <[email protected]>"
44
homepage: https://github.com/dart-lang/http
55
description: A composable, Future-based API for making HTTP requests.
66
dependencies:
7-
async: "^1.10.0"
7+
async: ">=1.10.0 <3.0.0"
88
collection: "^1.5.0"
99
http_parser: ">=0.0.1 <4.0.0"
1010
path: ">=0.9.0 <2.0.0"

0 commit comments

Comments
 (0)