| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 24d7d998b94dfd8477d2d98c6e5a9c9db6d28747..231c612dd444b94be74c62f8e430e179d0ac2340 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: shelf
|
| -version: 0.6.4+3
|
| +version: 0.6.5-dev
|
| author: Dart Team <misc@dartlang.org>
|
| description: Web Server Middleware for Dart
|
| homepage: https://github.com/dart-lang/shelf
|
| @@ -10,7 +10,12 @@ dependencies:
|
| http_parser: '>=1.0.0 <3.0.0'
|
| path: '^1.0.0'
|
| stack_trace: '^1.0.0'
|
| + stream_channel: '^1.0.0'
|
| dev_dependencies:
|
| http: '>=0.9.2 <0.12.0'
|
| scheduled_test: '^0.12.0'
|
| test: '^0.12.0'
|
| +
|
| +dependency_overrides:
|
| + stream_channel:
|
| + git: git://github.com/dart-lang/stream_channel
|
|
|