Bump dart_internal again to work with the latest dev builds.

Change-Id: I18d79f4009def65855c6e75caaf54b78acd0d13a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365306
Reviewed-by: Leaf Petersen <leafp@google.com>
This commit is contained in:
Robert Nystrom 2024-05-02 23:06:47 +00:00 committed by Bob Nystrom
parent 4787b6e7c5
commit dc372831e3
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 0.2.12
- Support the latest Dart SDK.
## 0.2.11
- Support the latest Dart SDK.

View file

@ -1,5 +1,5 @@
name: dart_internal
version: 0.2.11
version: 0.2.12
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.5.0"
sdk: ">=2.12.0 <3.6.0"
# Use 'any' constraints here; we get our versions from the DEPS file.
dev_dependencies: