| commit | 65d2acd0688201c54f244436259537c41d29dbd5 | [log] [tgz] |
|---|---|---|
| author | Kevin Moore <kevmoo@users.noreply.github.com> | Mon Sep 18 18:11:22 2017 -0700 |
| committer | GitHub <noreply@github.com> | Mon Sep 18 18:11:22 2017 -0700 |
| tree | b66409db4acdbf4bbbe390b4a53a5041500b7282 | |
| parent | dfeed38d4d65fad98789f63f5529390d413491fe [diff] |
Remove -dev.infinity in SDK upper constraint
diff --git a/pkgs/yaml/pubspec.yaml b/pkgs/yaml/pubspec.yaml index 8dd0034..2d29bda 100644 --- a/pkgs/yaml/pubspec.yaml +++ b/pkgs/yaml/pubspec.yaml
@@ -4,7 +4,7 @@ homepage: https://github.com/dart-lang/yaml description: A parser for YAML. environment: - sdk: '>=1.23.0 <2.0.0-dev.infinity' + sdk: '>=1.23.0 <2.0.0' dependencies: charcode: "^1.1.0" collection: ">=1.1.0 <2.0.0"