Skip to content

Commit

Permalink
Declare support for async 2.0.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 authored Sep 27, 2017
1 parent 75579ce commit 3b551fb
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 @@
## 0.11.3+15

* Declare support for `async` 2.0.0.

## 0.11.3+14

* Remove single quote ("'" - ASCII 39) from boundary characters.
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: http
version: 0.11.3+14
version: 0.11.3+15
author: "Dart Team <misc@dartlang.org>"
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"
Expand Down

0 comments on commit 3b551fb

Please sign in to comment.