We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9052bd commit 93d36d6Copy full SHA for 93d36d6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "multi-party-ecdsa"
3
-version = "0.3.7"
+version = "0.3.9"
4
edition = "2018"
5
authors = [
6
"Gary <gary@kzencorp.com>",
@@ -37,12 +37,12 @@ zeroize = "1.3.0"
37
38
[dependencies.curv]
39
git = "https://github.com/commerceblock/curv"
40
-tag = "v0.2.7"
+tag = "v0.2.8"
41
features = ["ec_secp256k1"]
42
43
[dependencies.centipede]
44
git = "https://github.com/commerceblock/centipede"
45
46
47
[dependencies.class_group]
48
git = "https://github.com/KZen-networks/class"
0 commit comments