We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08694de commit 3f4e01bCopy full SHA for 3f4e01b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.1.2
2
+- Fixed version solving errors
3
+- On that note, please DO NOT use 1.1.1
4
+
5
## 1.1.1
6
- Updated underlying dependencies to latest stable versions
7
pubspec.yaml
@@ -1,14 +1,14 @@
name: dargon2
description: Provides bindings for hashing and verifying with Argon2, the winner of the Password Hashing Competition.
-version: 1.1.1
+version: 1.1.2
homepage: https://github.com/tmthecoder/dargon2
environment:
sdk: '>=2.8.1 <3.0.0'
8
9
dependencies:
10
ffi: ^0.1.3
11
- convert: ^3.0.0
+ convert: ^2.1.1
12
meta: ^1.2.3
13
14
dev_dependencies:
0 commit comments