mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
Bump dart_internal to allow Dart 3.3.
Change-Id: Ie11f05583cedbbb7a0e91e0d6924cc1ca1871561 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352681 Auto-Submit: Bob Nystrom <rnystrom@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Nate Bosch <nbosch@google.com>
This commit is contained in:
parent
1fad5e41f6
commit
86146ed6cf
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
## 0.2.10
|
||||
|
||||
- Support the latest Dart SDK.
|
||||
|
||||
## 0.2.9
|
||||
|
||||
- Support the latest Dart SDK.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: dart_internal
|
||||
version: 0.2.9
|
||||
version: 0.2.10
|
||||
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 <3.3.0"
|
||||
sdk: ">=2.12.0 <3.4.0"
|
||||
|
||||
# Use 'any' constraints here; we get our versions from the DEPS file.
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue