Skip to content

Commit 93d36d6

Browse files
authored
Update Cargo.toml
1 parent b9052bd commit 93d36d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-ecdsa"
3-
version = "0.3.7"
3+
version = "0.3.9"
44
edition = "2018"
55
authors = [
66
"Gary <gary@kzencorp.com>",
@@ -37,12 +37,12 @@ zeroize = "1.3.0"
3737

3838
[dependencies.curv]
3939
git = "https://github.com/commerceblock/curv"
40-
tag = "v0.2.7"
40+
tag = "v0.2.8"
4141
features = ["ec_secp256k1"]
4242

4343
[dependencies.centipede]
4444
git = "https://github.com/commerceblock/centipede"
45-
tag = "v0.2.7"
45+
tag = "v0.2.8"
4646

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

0 commit comments

Comments
 (0)