Skip to content

Commit

Permalink
Support http_parser 1.0.0.
Browse files Browse the repository at this point in the history
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//1306243009 .
  • Loading branch information
nex3 committed Aug 26, 2015
1 parent 7f9ca9f commit f8b0e87
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.12.4+7

* Support `http_parser` 1.0.0.

## 0.12.4+6

* Fix a broken link in the README.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
version: 0.12.4+6
version: 0.12.4+7
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/test
Expand All @@ -14,7 +14,7 @@ dependencies:
crypto: '^0.9.0'
glob: '^1.0.0'
http_multi_server: '^1.0.0'
http_parser: '^0.0.2'
http_parser: '>=0.0.2 <2.0.0'
path: '^1.2.0'
pool: '^1.1.0'
pub_semver: '^1.0.0'
Expand Down

0 comments on commit f8b0e87

Please sign in to comment.