| Index: pkg/shelf/pubspec.yaml
|
| diff --git a/pkg/shelf/pubspec.yaml b/pkg/shelf/pubspec.yaml
|
| index 712ad4a6f16d4bc15edd533e564fe5ff003fc183..b6e13fb2a2a4097e15b389f08ffb58319d352a04 100644
|
| --- a/pkg/shelf/pubspec.yaml
|
| +++ b/pkg/shelf/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: shelf
|
| -version: 0.5.4
|
| +version: 0.5.4+1
|
| author: Dart Team <misc@dartlang.org>
|
| description: Web Server Middleware for Dart
|
| homepage: http://www.dartlang.org
|
| @@ -10,7 +10,7 @@ dependencies:
|
| collection: '>=0.9.1 <0.10.0'
|
| http_parser: '>=0.0.0 <0.1.0'
|
| path: '>=1.0.0 <2.0.0'
|
| - stack_trace: '>=0.9.2 <0.10.0'
|
| + stack_trace: '>=0.9.2 <2.0.0'
|
| dev_dependencies:
|
| http: '>=0.9.2 <0.12.0'
|
| scheduled_test: '>=0.10.0 <0.12.0'
|
|
|