Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index f0b2e2cf8ee1b1e2dae7d95aa0464996552cc189..a65a0f69145a934bbff1880ed9089cd7d564c513 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -1,11 +1,9 @@ |
| name: isolate |
| -version: 0.1.1 |
| +version: 0.2.0 |
| author: Dart Team <misc@dartlang.org> |
| description: Utility functions and classes related to the 'dart:isolate' library. |
| homepage: https://github.com/dart-lang/isolate |
| - |
| environment: |
| - sdk: ">=1.8.0 <2.0.0" |
| - |
| + sdk: '>=1.9.0-dev <2.0.0' |
| dev_dependencies: |
| - unittest: ">=0.10.0 <0.12.0" |
| + unittest: '>=0.10.0 <0.12.0' |