Skip to content

Commit e554ef7

Browse files
committed
bump version
1 parent 644ca51 commit e554ef7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-ecdsa"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = [
55
66
@@ -25,8 +25,8 @@ crate-type = ["lib"]
2525

2626

2727
[dependencies]
28-
paillier = { git = "https://github.com/KZen-networks/rust-paillier", tag = "v0.3.0" }
29-
zk-paillier = { git = "https://github.com/KZen-networks/zk-paillier", tag = "v0.2.0" }
28+
paillier = { git = "https://github.com/KZen-networks/rust-paillier", tag = "v0.3.2" }
29+
zk-paillier = { git = "https://github.com/KZen-networks/zk-paillier", tag = "v0.2.3" }
3030
subtle = {version = "2", features = ["nightly"]}
3131
serde = "1.0"
3232
serde_derive = "1.0"
@@ -37,12 +37,12 @@ cclst = ["class_group"]
3737

3838
[dependencies.curv]
3939
git = "https://github.com/KZen-networks/curv"
40-
tag = "v0.2.0"
40+
tag = "v0.2.2"
4141
features = ["ec_secp256k1"]
4242

4343
[dependencies.centipede]
4444
git = "https://github.com/KZen-networks/centipede"
45-
tag = "v0.2.0"
45+
tag = "v0.2.1"
4646

4747
[dependencies.class_group]
4848
git = "https://github.com/KZen-networks/class-groups"

0 commit comments

Comments
 (0)