1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00

Bump dart_internal to support Dart 2.15.

Change-Id: I459caf39d812d7c9e799617cf59f38c138b14d32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210062
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Robert Nystrom 2021-08-12 21:21:01 +00:00 committed by commit-bot@chromium.org
parent 9e4cbbbe78
commit 61109c447a

View File

@ -1,5 +1,5 @@
name: dart_internal
version: 0.2.1
version: 0.2.2
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal
description: >-
This package is not intended for wide use. It provides a temporary API to
@ -9,4 +9,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.12.0 <2.15.0"
sdk: ">=2.12.0 <2.16.0"