File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 2.1.5-dev
2
+
3
+ - Allow the null safe built_collection, and built_value, but keep the old
4
+ built_value_generator and generated code which is compatible across both
5
+ versions of the core libs.
6
+
1
7
# 2.1.4
2
8
3
9
- Remove dependency on ` package:package_resolver ` .
Original file line number Diff line number Diff line change 1
1
name : build_daemon
2
- version : 2.1.4
2
+ version : 2.1.5-dev
3
3
description : A daemon for running Dart builds.
4
4
homepage : https://github.com/dart-lang/build/tree/master/build_daemon
5
5
6
6
environment :
7
7
sdk : " >=2.9.0 <3.0.0"
8
8
9
9
dependencies :
10
- built_collection : ^ 4.1.0
11
- built_value : ^ 7.0.0
10
+ built_collection : ' >= 4.1.0 <6.0.0 '
11
+ built_value : ' >= 7.0.0 <9.0.0 '
12
12
http_multi_server : ^2.0.0
13
13
logging : ^0.11.0
14
14
pedantic : ^1.0.0
You can’t perform that action at this time.
0 commit comments