Skip to content

Commit

Permalink
[dart_internal] Bump SDK constraint upper-bound to <2.5.0
Browse files Browse the repository at this point in the history
Issue: #37324
Change-Id: Ibea63bb775c83484523fb8d6caeda918df25e849
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106949
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
  • Loading branch information
nshahan authored and commit-bot@chromium.org committed Jun 21, 2019
1 parent af4aa98 commit 4f71abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/dart_internal/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_internal
version: 0.1.4
version: 0.1.5
author: "Dart Team <misc@dartlang.org>"
homepage: http://www.dartlang.org
description: >
Expand All @@ -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.4.0"
sdk: ">=2.0.0-dev.12.0 <2.5.0"

0 comments on commit 4f71abc

Please sign in to comment.