Skip to content

Commit

Permalink
Update the SDK constraint. (flutter#15)
Browse files Browse the repository at this point in the history
If we're using ^ constraints, we need a tighter SDK constraint.
  • Loading branch information
nex3 authored Jan 7, 2017
1 parent 3478d3a commit 581faf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
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'

0 comments on commit 581faf5

Please sign in to comment.