| Index: pkg/utf/pubspec.yaml
|
| ===================================================================
|
| --- pkg/utf/pubspec.yaml (revision 29983)
|
| +++ pkg/utf/pubspec.yaml (working copy)
|
| @@ -1,4 +1,5 @@
|
| name: utf
|
| +version: 0.9.0
|
| author: Dart Team <misc@dartlang.org>
|
| description: >
|
| A Unicode library. Intended for advanced use where the built-in facilities
|
| @@ -6,4 +7,6 @@
|
| homepage: http://www.dartlang.org
|
| documentation: http://api.dartlang.org/docs/pkg/utf
|
| dev_dependencies:
|
| - unittest: any
|
| + unittest: ">=0.9.0 <0.10.0"
|
| +environment:
|
| + sdk: ">=0.8.10+6 <2.0.0"
|
|
|