| commit | 8ff802915c86ba7bce22e920ed0998e774f1a00b | [log] [tgz] |
|---|---|---|
| author | nweiz@google.com <nweiz@google.com> | Thu Jun 05 00:47:28 2014 +0000 |
| committer | nweiz@google.com <nweiz@google.com> | Thu Jun 05 00:47:28 2014 +0000 |
| tree | 59090c9774580750baad05689067bb101dc98394 | |
| parent | 46688d09edc25ddb39916f8867677e4337ae48a7 [diff] |
Fix yaml's SDK constraint to contain only SDKs with MapMixin. R=rnystrom@google.com BUG=19200 Review URL: https://codereview.chromium.org//312163003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/yaml@37024 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/yaml/pubspec.yaml b/pkgs/yaml/pubspec.yaml index 50fc3db..b783228 100644 --- a/pkgs/yaml/pubspec.yaml +++ b/pkgs/yaml/pubspec.yaml
@@ -1,5 +1,5 @@ name: yaml -version: 1.0.0+1 +version: 1.0.0+2 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: A parser for YAML. @@ -9,4 +9,4 @@ dev_dependencies: unittest: ">=0.9.0 <0.12.0" environment: - sdk: ">=0.8.10+6 <2.0.0" + sdk: ">=1.5.0-dev.0.0 <2.0.0"