Remove rust-crypto dependency

We no longer need rust-crypto after integrating bitcoin_hashes.
This commit is contained in:
Carl Dong 2019-01-16 16:04:33 -05:00
parent 1bbeda87eb
commit ca72a04dd4
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ use-serde = ["serde", "bitcoin_hashes/serde"]
bitcoin-bech32 = "0.8.0"
byteorder = "1.2"
rand = "0.3"
rust-crypto = "0.2"
bitcoin_hashes = "0.3"
bitcoinconsensus = { version = "0.16", optional = true }

View File

@ -44,7 +44,6 @@
extern crate bitcoin_bech32;
extern crate bitcoin_hashes;
extern crate byteorder;
extern crate crypto;
extern crate hex;
extern crate rand;
extern crate secp256k1;