Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
omershlo committed Nov 3, 2019
1 parent ead4005 commit 5308f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multi-party-schnorr"
version = "0.3.0"
version = "0.3.1"
authors = [
"Omer <[email protected]>",
"Gary <[email protected]>"
Expand All @@ -12,11 +12,11 @@ crate-type = ["lib"]
[dependencies]
serde = "1.0"
serde_derive = "1.0"
curv = { git = "https://github.com/KZen-networks/curv" , tag = "v0.2.0", features = ["ec_secp256k1"]}
curv = { git = "https://github.com/KZen-networks/curv" , tag = "v0.2.2", features = ["ec_secp256k1","merkle"]}

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

[dev-dependencies]
hex = "0.3.2"
Expand Down

0 comments on commit 5308f0b

Please sign in to comment.