| Index: pkg/string_scanner/pubspec.yaml
|
| diff --git a/pkg/string_scanner/pubspec.yaml b/pkg/string_scanner/pubspec.yaml
|
| index f6d7ab9efbecf022396c297041ddbcfd8d1da7c4..1451fc5188e7384249128e6f5aac6d0cd002e963 100644
|
| --- a/pkg/string_scanner/pubspec.yaml
|
| +++ b/pkg/string_scanner/pubspec.yaml
|
| @@ -1,12 +1,12 @@
|
| name: string_scanner
|
| -version: 0.0.3
|
| +version: 0.1.0
|
| author: "Dart Team <misc@dartlang.org>"
|
| homepage: http://www.dartlang.org
|
| description: >
|
| A class for parsing strings using a sequence of patterns.
|
| dependencies:
|
| path: ">=1.2.0 <2.0.0"
|
| - source_maps: ">=0.9.2 <0.10.0"
|
| + source_span: ">=1.0.0 <2.0.0"
|
| dev_dependencies:
|
| unittest: ">=0.10.0 <0.11.0"
|
| environment:
|
|
|