diff --git a/Cargo.toml b/Cargo.toml index 6377874..4be7037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ members = [ "keccak-hash", "kvdb", "parity-bytes", + "plain_hasher", "rlp", "trie-standardmap", "triehash", diff --git a/plain_hasher/Cargo.toml b/plain_hasher/Cargo.toml index 9b2cd55..f7f7f86 100644 --- a/plain_hasher/Cargo.toml +++ b/plain_hasher/Cargo.toml @@ -10,4 +10,4 @@ homepage = "https://github.com/paritytech/plain_hasher" [dependencies] crunchy = "0.1.6" ethereum-types = "0.3" -hashdb = { version = "0.2.0", path = "../hashdb" } \ No newline at end of file +hashdb = { path = "../hashdb" } \ No newline at end of file