| Index: pkg/collection/pubspec.yaml
|
| diff --git a/pkg/collection/pubspec.yaml b/pkg/collection/pubspec.yaml
|
| index 4c3c8f07a58e4fbc9e523567571deadeadd864f4..fb979a0d3f682fdc7209b1b87e820d4711eeb509 100644
|
| --- a/pkg/collection/pubspec.yaml
|
| +++ b/pkg/collection/pubspec.yaml
|
| @@ -1,9 +1,9 @@
|
| name: collection
|
| -version: 0.9.1-dev+1
|
| +version: 0.9.2-dev
|
| author: Dart Team <misc@dartlang.org>
|
| description: Collections and utilities functions and classes related to collections.
|
| homepage: http://www.dartlang.org
|
| -dev_dependencies:
|
| - unittest: ">=0.9.0 <0.10.0"
|
| environment:
|
| - sdk: ">=1.0.0 <2.0.0"
|
| + sdk: '>=1.0.0 <2.0.0'
|
| +dev_dependencies:
|
| + unittest: '>=0.9.0 <0.11.0'
|
|
|