Chromium Code Reviews| Index: pkg/http/pubspec.yaml |
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
| index 18b3002e4bfb8676747abefff0b03d3a6c4058cc..5e05f9df927dfaf11580640a12c4c0e12e7e64df 100644 |
| --- a/pkg/http/pubspec.yaml |
| +++ b/pkg/http/pubspec.yaml |
| @@ -1,11 +1,11 @@ |
| name: http |
| -version: 0.9.1 |
| +version: 0.9.2 |
| author: "Dart Team <misc@dartlang.org>" |
| homepage: https://pub.dartlang.org/packages/http |
| description: A composable, Future-based API for making HTTP requests. |
| dependencies: |
| path: ">=0.9.0 <0.10.0" |
| - stack_trace: ">=0.9.1 <0.10.0" |
| + stack_trace: ">=0.9.1 <2.0.0" |
|
Bob Nystrom
2013/12/09 23:48:51
This should be on path, right?
nweiz
2013/12/10 00:08:23
Yes, good catch.
|
| dev_dependencies: |
| unittest: ">=0.9.0 <0.10.0" |
| environment: |