Skip to content

Commit 384d904

Browse files
committed
bump version
1 parent d177e81 commit 384d904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multi-party-schnorr"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = [
55
66
@@ -13,11 +13,11 @@ crate-type = ["lib"]
1313
[dependencies]
1414
serde = "1.0"
1515
serde_derive = "1.0"
16-
curv = { git = "https://github.com/KZen-networks/curv" , tag = "v0.3.4"}
16+
curv = { git = "https://github.com/KZen-networks/curv" , tag = "v0.5.9"}
1717

1818
[dependencies.centipede]
1919
git = "https://github.com/KZen-networks/centipede"
20-
tag = "v0.2.8"
20+
tag = "v0.2.9"
2121

2222
[dev-dependencies]
2323
hex = "0.3.2"

0 commit comments

Comments
 (0)