| commit | 5385e3dbf8fec6382cbff102de1b20034a999d0c | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Mon Aug 13 13:12:05 2018 -0700 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Mon Aug 13 13:12:05 2018 -0700 |
| tree | 45184245a633e7d7c563cfa4df4fc44638ffa815 | |
| parent | 1a58205c3dadec44ab5c46d848d3ccdd451f39ab [diff] |
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'