rename hash crate to keccak-hash

This commit is contained in:
Robert Habermeier
2017-11-10 19:04:55 +01:00
parent 5c8f39c3bd
commit ec5519ccd1
44 changed files with 75 additions and 75 deletions

View File

@@ -101,7 +101,7 @@ extern crate tiny_keccak;
extern crate rlp;
extern crate heapsize;
extern crate ethcore_logger;
extern crate hash as keccak;
extern crate keccak_hash as keccak;
extern crate hashdb;
extern crate memorydb;
extern crate patricia_trie as trie;