| commit | 2829c3826c3e57e80e6ffcd5664653ca96cab105 | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Fri Jan 06 17:46:46 2017 -0800 |
| committer | GitHub <noreply@github.com> | Fri Jan 06 17:46:46 2017 -0800 |
| tree | 6aca90531c35f93d21429cba08c5532cfe52d151 | |
| parent | 0158800db5273379101d5e0b57c249392858680b [diff] |
Update the SDK constraint. (dart-lang/source_span#15) If we're using ^ constraints, we need a tighter SDK constraint.
diff --git a/pkgs/source_span/pubspec.yaml b/pkgs/source_span/pubspec.yaml index d340d85..70f4e10 100644 --- a/pkgs/source_span/pubspec.yaml +++ b/pkgs/source_span/pubspec.yaml
@@ -7,6 +7,6 @@ charcode: '^1.0.0' path: '>=1.2.0 <2.0.0' environment: - sdk: '>=0.8.10+6 <2.0.0' + sdk: '>=1.8.0 <2.0.0' dev_dependencies: test: '>=0.12.0 <0.13.0'