Skip to content

Commit 0eab40e

Browse files
authored
allow the null safe built_* package versions (#2967)
Does not regenerate code - the old code is compatible with the new libs but the reverse is not true.
1 parent 104d468 commit 0eab40e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

build_daemon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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`.

build_daemon/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: build_daemon
2-
version: 2.1.4
2+
version: 2.1.5-dev
33
description: A daemon for running Dart builds.
44
homepage: https://github.com/dart-lang/build/tree/master/build_daemon
55

66
environment:
77
sdk: ">=2.9.0 <3.0.0"
88

99
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'
1212
http_multi_server: ^2.0.0
1313
logging: ^0.11.0
1414
pedantic: ^1.0.0

0 commit comments

Comments
 (0)