Skip to content

Commit

Permalink
Bump dart_internal to allow Dart 3.8
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
athomas authored and Commit Queue committed Jan 16, 2025
1 parent 78ce85a commit f72b1ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkg/dart_internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.14

- Support the latest Dart SDK.

## 0.2.13

- Support the latest Dart SDK.
Expand Down
4 changes: 2 additions & 2 deletions pkg/dart_internal/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_internal
version: 0.2.13
version: 0.2.14
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
Expand All @@ -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.7.0"
sdk: ">=2.12.0 <3.9.0"

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

0 comments on commit f72b1ae

Please sign in to comment.