Delete crates from parity-ethereum and fetch them from parity-common instead (#9083)
Use crates from parity-common: hashdb, keccak-hash, kvdb, kvdb-memorydb, kvdb-rocksdb, memorydb, parity-bytes, parity-crypto, path, patricia_trie, plain_hasher, rlp, target, test-support, trie-standardmap, triehash
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#![recursion_limit="128"]
|
||||
|
||||
extern crate ethcore_crypto as crypto;
|
||||
extern crate parity_crypto as crypto;
|
||||
extern crate ethcore_io as io;
|
||||
extern crate ethereum_types;
|
||||
extern crate ethkey;
|
||||
|
||||
Reference in New Issue
Block a user