From 5308f0b1f22c67187a02b2ba5cf93c9f399662cc Mon Sep 17 00:00:00 2001 From: Omer Shlomovits Date: Sun, 3 Nov 2019 12:19:03 +0200 Subject: [PATCH] bump version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1abd89d..e3758a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multi-party-schnorr" -version = "0.3.0" +version = "0.3.1" authors = [ "Omer ", "Gary " @@ -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"