Update package:dart_internal to allow Dart SDK 3.0.0.

Change-Id: I564b60940475f40fa842e03d9b03ef0f7b06e9ae
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/297820
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
This commit is contained in:
Robert Nystrom 2023-04-24 19:51:09 +00:00 committed by Commit Queue
parent 9a7f60b438
commit 7b3c81f06d
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 0.2.7
- Support the latest Dart SDK.
## 0.2.6
- Support the latest Dart SDK.

View file

@ -1,5 +1,5 @@
name: dart_internal
version: 0.2.6
version: 0.2.7
description: >-
This package is not intended for wide use. It provides a temporary API to
solve the problem: "Given an object some generic type A, how do I construct an
@ -9,7 +9,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
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.20.0"
sdk: ">=2.12.0 <3.1.0"
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies: