Skip to content

Commit 5adff87

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Widen the SDK constraint on dart_internal to include 2.7.0.
Change-Id: I55e9b1224f69268ccfb8ba345d3a9d62d3d93838 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127449 Commit-Queue: Bob Nystrom <rnystrom@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com>
1 parent eee20b4 commit 5adff87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dart_internal/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dart_internal
2-
version: 0.1.7
2+
version: 0.1.8
33
author: "Dart Team <misc@dartlang.org>"
44
homepage: http://www.dartlang.org
55
description: >
@@ -16,4 +16,4 @@ description: >
1616
environment:
1717
# Restrict the upper bound so that we can remove support for this in a later
1818
# version of the SDK without it being a breaking change.
19-
sdk: ">=2.0.0-dev.12.0 <2.7.0"
19+
sdk: ">=2.0.0-dev.12.0 <2.8.0"

0 commit comments

Comments
 (0)