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+
17# 2.1.4
28
39- Remove dependency on ` package:package_resolver ` .
Original file line number Diff line number Diff line change 11name : build_daemon
2- version : 2.1.4
2+ version : 2.1.5-dev
33description : A daemon for running Dart builds.
44homepage : https://github.com/dart-lang/build/tree/master/build_daemon
55
66environment :
77 sdk : " >=2.9.0 <3.0.0"
88
99dependencies :
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 '
1212 http_multi_server : ^2.0.0
1313 logging : ^0.11.0
1414 pedantic : ^1.0.0
You can’t perform that action at this time.
0 commit comments