Skip to content

Commit e0ac3e3

Browse files
committed
Merge branch 'release/0.6.1'
2 parents 7766dd6 + b3cd587 commit e0ac3e3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
22
name = "zkp"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["Henry de Valence <[email protected]>"]
55
license = "CC0-1.0"
6+
readme = "README.md"
67
repository = "https://github.com/hdevalence/zkp"
78
documentation = "https://docs.rs/zkp"
89
categories = ["cryptography"]
@@ -12,6 +13,9 @@ exclude = [
1213
".gitignore"
1314
]
1415

16+
[package.metadata.docs.rs]
17+
features = ["nightly"]
18+
1519
[dependencies]
1620
merlin = "1"
1721
rand = "0.6"

0 commit comments

Comments
 (0)