| Index: pubspec.yaml
|
| diff --git a/pubspec.yaml b/pubspec.yaml
|
| index 5ef264aa08b0ea5471a2b44d3dbd862811dc3749..7d3c6ddf7fdb5693e74e3310fe8ef0e51e551f7d 100644
|
| --- a/pubspec.yaml
|
| +++ b/pubspec.yaml
|
| @@ -1,5 +1,5 @@
|
| name: csslib
|
| -version: 0.12.0
|
| +version: 0.12.1-dev
|
| author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| description: A library for parsing CSS.
|
| homepage: https://github.com/dart-lang/csslib
|
| @@ -7,9 +7,9 @@ environment:
|
| sdk: '>=1.1.0 <2.0.0'
|
| dependencies:
|
| args: '>=0.9.0 <0.14.0'
|
| - logging: '>=0.9.0 <0.10.0'
|
| + logging: '>=0.9.0 <0.12.0'
|
| path: '>=0.9.0 <2.0.0'
|
| source_span: '>=1.0.0 <2.0.0'
|
| dev_dependencies:
|
| browser: '>=0.9.0 <0.11.0'
|
| - unittest: '>=0.9.0 <0.12.0'
|
| + test: '>=0.12.0 <0.13.0'
|
|
|