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:
Christian Pauly 2021-07-08 12:23:59 +02:00 committed by Krille Fear
parent aeb808b5dc
commit 1e45ed1793
1 changed files with 1 additions and 1 deletions

View File

@ -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