Use bip39 from crates.io (#3029)

This commit is contained in:
Pierre Krieger
2019-07-05 10:11:58 +02:00
committed by Bastian Köcher
parent 8bca52128f
commit abf33fe479
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ blake2-rfc = { version = "0.2.18", optional = true }
schnorrkel = { version = "0.1.1", optional = true }
rand = { version = "0.6", optional = true }
sha2 = { version = "0.8", optional = true }
substrate-bip39 = { git = "https://github.com/paritytech/substrate-bip39", optional = true }
substrate-bip39 = { version = "0.2.2", optional = true }
tiny-bip39 = { version = "0.6.1", optional = true }
hex = { version = "0.3", optional = true }
regex = { version = "1.1", optional = true }