Skip to content

Commit f72b1ae

Browse files
athomasCommit Queue
authored andcommitted
Bump dart_internal to allow Dart 3.8
Change-Id: Iec15b24cdf8f87cafbb3285841968325f90f9fa3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403989 Commit-Queue: Ivan Inozemtsev <[email protected]> Reviewed-by: Ivan Inozemtsev <[email protected]> Auto-Submit: Alexander Thomas <[email protected]>
1 parent 78ce85a commit f72b1ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pkg/dart_internal/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.14
2+
3+
- Support the latest Dart SDK.
4+
15
## 0.2.13
26

37
- Support the latest Dart SDK.

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.2.13
2+
version: 0.2.14
33
description: >-
44
This package is not intended for wide use. It provides a temporary API to
55
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
99
environment:
1010
# Restrict the upper bound so that we can remove support for this in a later
1111
# version of the SDK without it being a breaking change.
12-
sdk: ">=2.12.0 <3.7.0"
12+
sdk: ">=2.12.0 <3.9.0"
1313

1414
# Use 'any' constraints here; we get our versions from the DEPS file.
1515
dev_dependencies:

0 commit comments

Comments
 (0)