Skip to content

Commit

Permalink
Updated upstream, increased version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wigy-opensource-developer committed Jan 30, 2020
1 parent d849978 commit 362feb7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slip39"
version = "0.1.0"
version = "0.1.1"
authors = [
"IoP Ventures LLC <[email protected]>",
"wigy <[email protected]>",
Expand All @@ -13,20 +13,15 @@ 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"
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" }

0 comments on commit 362feb7

Please sign in to comment.