[dart_internal] Bump SDK constraint upper-bound to <2.4.0

Change-Id: Iaad5890187b02562ae97ccc5195b0576cb58e564
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/99860
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2019-04-20 00:58:51 +00:00 committed by commit-bot@chromium.org
parent 3d1ca4ae39
commit f5224b53e4

View file

@ -1,5 +1,5 @@
name: dart_internal
version: 0.1.3
version: 0.1.4
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.3.0"
sdk: ">=2.0.0-dev.12.0 <2.4.0"