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 4a1439e commit a9e87a4Copy full SHA for a9e87a4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Entries are listed in reverse chronological order.
4
5
+## 0.6.2
6
+
7
+* Correct minimum `curve25519-dalek` version to 1.0.3, not 1.0.0.
8
9
## 0.6.1
10
11
* Add metadata for docs.rs.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "zkp"
-version = "0.6.1"
+version = "0.6.2"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>"]
license = "CC0-1.0"
readme = "README.md"
0 commit comments