From 1e45ed17939e93fbe545f97cbd6dd98742aa2b78 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 8 Jul 2021 12:23:59 +0200 Subject: [PATCH] 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. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index baab10b1..15719d2f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: canonical_json: ^1.0.0 markdown: ^4.0.0 html_unescape: ^2.0.0 - moor: 4.3.2 + moor: ">=4.0.0 <=4.3.2" random_string: ^2.1.0 crypto: ^3.0.0 base58check: ^2.0.0