Skip to content

Commit 6619d62

Browse files
committed
Support http_parser 1.0.0.
[email protected] Review URL: https://codereview.chromium.org//1306243008 .
1 parent 64b3450 commit 6619d62

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+1
2+
3+
* Support `http_parser` 1.0.0.
4+
15
## 0.11.3
26

37
* Add a `Client.patch` shortcut method and a matching top-level `patch` method.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: http
2-
version: 0.11.3
2+
version: 0.11.3+1
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-
http_parser: ">=0.0.1 <0.1.0"
7+
http_parser: ">=0.0.1 <2.0.0"
88
path: ">=0.9.0 <2.0.0"
99
stack_trace: ">=0.9.1 <2.0.0"
1010
dev_dependencies:

0 commit comments

Comments
 (0)