rename hash crate to keccak-hash
This commit is contained in:
@@ -7,4 +7,4 @@ authors = ["debris <marek.kotewicz@gmail.com>"]
|
||||
ethcore-bigint = { path = "../bigint" }
|
||||
|
||||
[dev-dependencies]
|
||||
hash = { path = "../hash" }
|
||||
keccak-hash = { path = "../hash" }
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
extern crate hash;
|
||||
extern crate keccak_hash as hash;
|
||||
extern crate ethcore_bigint;
|
||||
extern crate bloomable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user