misc: fix test dependency to work with Dart 2 stable (dart-lang/yaml#47)
diff --git a/pkgs/yaml/pubspec.yaml b/pkgs/yaml/pubspec.yaml index 9f0897c..e8782f9 100644 --- a/pkgs/yaml/pubspec.yaml +++ b/pkgs/yaml/pubspec.yaml
@@ -1,5 +1,5 @@ name: yaml -version: 2.1.15 +version: 2.1.16-dev description: A parser for YAML. author: Dart Team <misc@dartlang.org> @@ -16,4 +16,4 @@ dev_dependencies: path: '>=1.2.0 <2.0.0' - test: '>=0.12.0 <0.13.0' + test: '>=0.12.0 <2.0.0'