chore: Select range for moor dependency
Publishing to pub.dev is not allowed for a fixed version of a dependency. We have do select a range of versions. Version 4.x.x should work fine.
This commit is contained in:
parent
aeb808b5dc
commit
1e45ed1793
|
|
@ -12,7 +12,7 @@ dependencies:
|
||||||
canonical_json: ^1.0.0
|
canonical_json: ^1.0.0
|
||||||
markdown: ^4.0.0
|
markdown: ^4.0.0
|
||||||
html_unescape: ^2.0.0
|
html_unescape: ^2.0.0
|
||||||
moor: 4.3.2
|
moor: ">=4.0.0 <=4.3.2"
|
||||||
random_string: ^2.1.0
|
random_string: ^2.1.0
|
||||||
crypto: ^3.0.0
|
crypto: ^3.0.0
|
||||||
base58check: ^2.0.0
|
base58check: ^2.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue