We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96f163 commit 1cfca65Copy full SHA for 1cfca65
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.4+3
2
+
3
+* Support `http_parser` 2.0.0.
4
5
## 0.6.4+2
6
7
* Fix a bug where the `Content-Type` header didn't interact properly with the
pubspec.yaml
@@ -1,13 +1,13 @@
name: shelf
-version: 0.6.4+2
+version: 0.6.4+3
author: Dart Team <[email protected]>
description: Web Server Middleware for Dart
homepage: https://github.com/dart-lang/shelf
environment:
sdk: '>=1.12.0 <2.0.0'
8
dependencies:
9
async: '^1.3.0'
10
- http_parser: '^1.0.0'
+ http_parser: '>=1.0.0 <3.0.0'
11
path: '^1.0.0'
12
stack_trace: '^1.0.0'
13
dev_dependencies:
0 commit comments