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.
2 parents 7766dd6 + b3cd587 commit e0ac3e3Copy full SHA for e0ac3e3
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+Entries are listed in reverse chronological order.
4
5
+## 0.6.1
6
7
+* Add metadata for docs.rs.
8
9
+## 0.6.0
10
11
+* Rewrite around a constraint system API.
12
Cargo.toml
@@ -1,8 +1,9 @@
[package]
name = "zkp"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Henry de Valence <[email protected]>"]
license = "CC0-1.0"
+readme = "README.md"
repository = "https://github.com/hdevalence/zkp"
documentation = "https://docs.rs/zkp"
categories = ["cryptography"]
@@ -12,6 +13,9 @@ exclude = [
13
".gitignore"
14
]
15
16
+[package.metadata.docs.rs]
17
+features = ["nightly"]
18
19
[dependencies]
20
merlin = "1"
21
rand = "0.6"
0 commit comments