| Index: pubspec.yaml | 
| diff --git a/pubspec.yaml b/pubspec.yaml | 
| index 937d631824e1d1dca3fb054a9c329941d76cf300..6c960024c97f503d7f647c5e248130ce76482600 100644 | 
| --- a/pubspec.yaml | 
| +++ b/pubspec.yaml | 
| @@ -1,12 +1,12 @@ | 
| name: test | 
| -version: 0.12.0-rc.0 | 
| +version: 0.12.0-dev | 
| author: Dart Team <misc@dartlang.org> | 
| description: A library for writing dart unit tests. | 
| homepage: https://github.com/dart-lang/test | 
| environment: | 
| sdk: '>=1.8.0 <2.0.0' | 
| dependencies: | 
| -  analyzer: '>=0.23.0 <0.25.0' | 
| +  analyzer: '>=0.23.0 <0.26.0' | 
| args: '>=0.12.1 <0.14.0' | 
| barback: '>=0.14.0 <0.16.0' | 
| crypto: '^0.9.0' | 
|  |