Skip to content

Commit 362feb7

Browse files
Updated upstream, increased version to 0.1.1
1 parent d849978 commit 362feb7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slip39"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [
55
"IoP Ventures LLC <[email protected]>",
66
@@ -13,20 +13,15 @@ license = "GPL-3.0-or-later"
1313
categories = [ "command-line-utilities", "cryptography" ]
1414
keywords = [ "shamir", "bip39", "slip-0039", "bitcoin", "rustlang" ]
1515

16-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17-
1816
[dependencies]
1917
failure = "0.1.5"
2018
hex = "0.4.0"
2119
rand = "0.6"
2220
regex = "1.3.1"
2321
serde = { version = "1.0.101", features = [ "derive" ] }
2422
serde_json = "1.0.40"
25-
sssmc39 = "0.0.1"
23+
sssmc39 = "0.0.2"
2624
structopt = "0.3.2"
2725
tiny-bip39 = "0.6.2"
2826

2927
[dev-dependencies]
30-
31-
[patch.crates-io]
32-
sssmc39 = { git = "https://github.com/wigy-opensource-developer/rust-sssmc39", branch = "fix/group_threshold_one" }

0 commit comments

Comments
 (0)