Skip to content

Commit 356d11d

Browse files
authored
Allow build 3.0.0 (#699)
## What does this change? Allow `build 3.0.0`. Fixes #690 ## Type of change Should be a no-op: just allow users to use `build 3.0.0` which will be required for other builders, but not this one.
1 parent fa51a7c commit 356d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
flutter_gen_core: 5.10.0
14-
build: ^2.0.0
14+
build: '>=2.0.0 <4.0.0'
1515
collection: ^1.17.0
1616
crypto: ^3.0.0
1717
glob: ^2.0.0

0 commit comments

Comments
 (0)