From 732291270ee91f52521a661a73eaf145fa774b25 Mon Sep 17 00:00:00 2001 From: Herbert Poul Date: Tue, 2 Jun 2020 16:23:03 +0200 Subject: [PATCH] update dependency on argon2_ffi_base --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f55bd2f..7673650 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -29,7 +29,7 @@ dependencies: args: '>1.5.0 <2.0.0' prompts: '>=1.3.0 <2.0.0' logging_appenders: '>=0.1.0 <1.0.0' - argon2_ffi_base: ^0.0.1 + argon2_ffi_base: '>=0.1.0 <1.0.0' dev_dependencies: pedantic: '>=1.7.0 <2.0.0'