Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index dfdfeafac740ae272babf9c691ba672531710a89..6463c4bbb32e42113ddd5096624dec158ea95065 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,11 +1,12 @@ |
| name: shelf |
| -version: 0.6.3+1 |
| +version: 0.6.4 |
| author: Dart Team <misc@dartlang.org> |
| description: Web Server Middleware for Dart |
| homepage: https://github.com/dart-lang/shelf |
| environment: |
| - sdk: '>=1.9.0 <2.0.0' |
| + sdk: '>=1.12.0 <2.0.0' |
| dependencies: |
| + async: '^1.3.0' |
| http_parser: '^1.0.0' |
| path: '^1.0.0' |
| stack_trace: '^1.0.0' |