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.
2 parents ef83658 + e9fbd68 commit a99ce0fCopy full SHA for a99ce0f
CHANGELOG.md
@@ -13,6 +13,10 @@
13
14
## 0.12.6+1
15
16
+* Declare compatibility with `http_parser` 2.0.0.
17
+
18
+## 0.12.6+1
19
20
* Declare compatibility with `http_multi_server` 2.0.0.
21
22
## 0.12.6
pubspec.yaml
@@ -14,7 +14,7 @@ dependencies:
crypto: '^0.9.0'
glob: '^1.0.0'
http_multi_server: '>=1.0.0 <3.0.0'
- http_parser: '>=0.0.2 <2.0.0'
+ http_parser: '>=0.0.2 <3.0.0'
path: '^1.2.0'
pool: '^1.2.0'
pub_semver: '^1.0.0'
0 commit comments