Skip to content

Commit 067f881

Browse files
sigurdmCommit Queue
authored andcommitted
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 <[email protected]> Commit-Queue: Sigurd Meldgaard <[email protected]>
1 parent 92a6a2c commit 067f881

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pkg/dtd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.1-wip
2+
3+
- Update SDK constraints to `^3.5.0`.
4+
15
## 2.4.0
26

37
- Bump `unified_analytics` dependency to ^7.0.0.

pkg/dtd/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A package for communicating with the Dart Tooling Daemon.
44
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dtd
55

66
environment:
7-
sdk: ^3.0.0
7+
sdk: ^3.5.0
88

99
dependencies:
1010
json_rpc_2: ^3.0.2

0 commit comments

Comments
 (0)