Skip to content

Commit 5e7b70c

Browse files
authored
Pre-emptively add support for build_config 0.3.0 (#205)
build_config depends on this package, so we need this to be published before we can publish. There are no breaking changes to the build.yaml format.
1 parent a9dc160 commit 5e7b70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
analyzer: ^0.32.0
1010
build: '>=0.9.0 <0.13.0'
11-
build_config: ^0.2.6
11+
build_config: '>=0.2.6 <0.4.0'
1212

1313
# Use a tight version constraint to ensure that a constraint on
1414
# `json_annotation`. Properly constrains all features it provides.

0 commit comments

Comments
 (0)