commit | 067f88127737e9fbd29d0f2f2dc27ddb831fff00 | [log] [tgz] |
---|---|---|
author | Sigurd Meldgaard <sigurdm@google.com> | Thu Feb 27 07:22:18 2025 -0800 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 07:22:18 2025 -0800 |
tree | cf68cf10c753bb7777d1b5d51aa764d5b56fb424 | |
parent | 92a6a2c1d56dabc5c5564383b353f046b4f666a3 [diff] |
Bump language version for pkg/dtd Extracted from https://dart-review.googlesource.com/c/sdk/+/397164 Which migrates the sdk to resolve as a pub workspace Pub workspaces requires a language version of 3.5. Change-Id: I1b9c107764dda434ccd4a8530b779d1d132fb070 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/412641 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
diff --git a/pkg/dtd/CHANGELOG.md b/pkg/dtd/CHANGELOG.md index e2468a1..9a137e5 100644 --- a/pkg/dtd/CHANGELOG.md +++ b/pkg/dtd/CHANGELOG.md
@@ -1,3 +1,7 @@ +## 2.4.1-wip + +- Update SDK constraints to `^3.5.0`. + ## 2.4.0 - Bump `unified_analytics` dependency to ^7.0.0.
diff --git a/pkg/dtd/pubspec.yaml b/pkg/dtd/pubspec.yaml index 806f085..5c17757 100644 --- a/pkg/dtd/pubspec.yaml +++ b/pkg/dtd/pubspec.yaml
@@ -4,7 +4,7 @@ repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd environment: - sdk: ^3.0.0 + sdk: ^3.5.0 dependencies: json_rpc_2: ^3.0.2