| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 9dc7aafdad86fbf534a5c014f9a8f1b2875b5c6d..d292fd23cfd17de986cf2626e0a89eed783143fb 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: test
|
| -version: 0.12.4-dev
|
| +version: 0.12.3+3
|
| author: Dart Team <misc@dartlang.org>
|
| description: A library for writing dart unit tests.
|
| homepage: https://github.com/dart-lang/test
|
| @@ -8,9 +8,7 @@ environment:
|
| dependencies:
|
| analyzer: '>=0.23.0 <0.26.0'
|
| args: '>=0.12.1 <0.14.0'
|
| - # TODO(nweiz): Use a hosted dependency once async 0.13.2 is published. Don't
|
| - # publish this with a git dependency.
|
| - async: {git: git://github.com/dart-lang/async}
|
| + async: '^1.2.0'
|
| barback: '>=0.14.0 <0.16.0'
|
| crypto: '^0.9.0'
|
| glob: '^1.0.0'
|
|
|