Bump package dart_internal's SDK constraint upper-bound to <2.2.0

Change-Id: I74914268c1e15fae85ef39977ab51c8aa08761f3
Reviewed-on: https://dart-review.googlesource.com/c/79426
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2018-10-15 21:37:56 +00:00 committed by commit-bot@chromium.org
parent 2ed614819d
commit c8cf355c54

View file

@ -1,5 +1,5 @@
name: dart_internal
version: 0.1.1
version: 0.1.2
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
@ -16,4 +16,4 @@ description: >
environment:
# Restrict the upper bound so that we can remove support for this in a later
# version of the SDK without it being a breaking change.
sdk: ">=2.0.0-dev.12.0 <2.1.0"
sdk: ">=2.0.0-dev.12.0 <2.2.0"