Skip to content

Commit 1bf5379

Browse files
authored
Update Cargo.toml
1 parent 86b7250 commit 1bf5379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-ecdsa"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
edition = "2018"
55
authors = [
66
"Gary <gary@kzencorp.com>",
@@ -30,7 +30,7 @@ cclst = ["class_group"]
3030

3131
[dependencies]
3232
paillier = { git = "https://github.com/commerceblock/rust-paillier", tag = "v0.3.7"}
33-
zk-paillier = { git = "https://github.com/commerceblock/zk-paillier", tag = "v0.3.8"}
33+
zk-paillier = { git = "https://github.com/commerceblock/zk-paillier", tag = "v0.3.9"}
3434
subtle = { version = "2" }
3535
serde = { version = "1.0", features = ["derive"] }
3636
zeroize = "1.3.0"

0 commit comments

Comments
 (0)