Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| index a3e0c904de119db093af7badb7163746790bed7f..8965307dc94490f20f1600f89b56ff699f3a50af 100644 |
| --- a/pubspec.yaml |
| +++ b/pubspec.yaml |
| @@ -10,4 +10,4 @@ dev_dependencies: |
| stack_trace: "^1.0.0" |
| test: "^0.12.0" |
| environment: |
| - sdk: ">=1.19.0 <2.0.0" |
| + sdk: "^1.21.0" |
|
nweiz
2017/01/31 22:28:58
You can't use "^" in SDK constraints, since older
Lasse Reichstein Nielsen
2017/02/01 06:51:37
Ah, so there was a reason for it. Going back to ol
|