File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: >-
7
7
service protocol.
8
8
repository : https://github.com/dart-lang/webdev/tree/main/dwds
9
9
environment :
10
- sdk : " >= 3.10.0-149.0.dev <4.0.0 "
10
+ sdk : ^ 3.10.0-0.0.dev
11
11
12
12
dependencies :
13
13
async : ^2.9.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
5
5
Dart SDK.
6
6
repository : https://github.com/dart-lang/webdev/tree/main/frontend_server_client
7
7
environment :
8
- sdk : ^3.1.0
8
+ sdk : ^3.10.0-0.0.dev
9
9
10
10
dependencies :
11
11
async : ^2.5.0
Original file line number Diff line number Diff line change 1
1
## 0.2.3-wip
2
2
3
- - Update minimum SDK constraint to 3.8.0.
4
3
- Add bootstrapping code for DDC library bundle format.
5
4
- Added scriptUri to compileExpression* Request
6
- - Updated Dart SDK constraints to ">= 3.10.0-149.0.dev <4.0.0"
5
+ - Updated Dart SDK constraints to ^ 3.10.0-0.0.dev
7
6
8
7
## 0.2.2
9
8
You can’t perform that action at this time.
0 commit comments