From 362feb72ba49c64e5326d6e9ba345d348bd82516 Mon Sep 17 00:00:00 2001 From: wigy Date: Tue, 28 Jan 2020 10:57:45 +0100 Subject: [PATCH] Updated upstream, increased version to 0.1.1 --- Cargo.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f952950..299e0ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slip39" -version = "0.1.0" +version = "0.1.1" authors = [ "IoP Ventures LLC ", "wigy ", @@ -13,8 +13,6 @@ license = "GPL-3.0-or-later" categories = [ "command-line-utilities", "cryptography" ] keywords = [ "shamir", "bip39", "slip-0039", "bitcoin", "rustlang" ] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] failure = "0.1.5" hex = "0.4.0" @@ -22,11 +20,8 @@ rand = "0.6" regex = "1.3.1" serde = { version = "1.0.101", features = [ "derive" ] } serde_json = "1.0.40" -sssmc39 = "0.0.1" +sssmc39 = "0.0.2" structopt = "0.3.2" tiny-bip39 = "0.6.2" [dev-dependencies] - -[patch.crates-io] -sssmc39 = { git = "https://github.com/wigy-opensource-developer/rust-sssmc39", branch = "fix/group_threshold_one" } \ No newline at end of file