Bump the SDK constraint on dart_internal to permit Dart 2.8.0.

Change-Id: I8f9dfcd2c361b28f62e7388fc642414efbd120aa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141021
Reviewed-by: Nicholas Shahan <nshahan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
Robert Nystrom 2020-03-26 17:51:53 +00:00 committed by commit-bot@chromium.org
parent bdedd7a574
commit 12e81d336f

View file

@ -1,5 +1,5 @@
name: dart_internal
version: 0.1.8
version: 0.1.9
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.8.0"
sdk: ">=2.0.0-dev.12.0 <2.9.0"