| Index: pkg/http/pubspec.yaml
|
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml
|
| index 515206d2094fc6326fb66335a645f55a8ff041ed..2a3b665299def21ce8a0767c1d911dd0d3775829 100644
|
| --- a/pkg/http/pubspec.yaml
|
| +++ b/pkg/http/pubspec.yaml
|
| @@ -1,8 +1,11 @@
|
| name: http
|
| +version: 0.9.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: A composable, Future-based API for making HTTP requests.
|
| dependencies:
|
| - path: any
|
| + path: ">=0.9.0 <0.10.0"
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=1.0.0 <2.0.0"
|
|
|