diff --git a/tree_hash/Cargo.toml b/tree_hash/Cargo.toml index aa0e306..d7d9165 100644 --- a/tree_hash/Cargo.toml +++ b/tree_hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree_hash" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "Efficient Merkle-hashing as used in Ethereum consensus" license = "Apache-2.0" @@ -17,7 +17,7 @@ smallvec = "1.6.1" [dev-dependencies] rand = "0.8.5" -tree_hash_derive = { path = "../tree_hash_derive", version = "0.7.0" } +tree_hash_derive = { path = "../tree_hash_derive", version = "0.8.0" } ethereum_ssz = "0.7" ethereum_ssz_derive = "0.7" diff --git a/tree_hash_derive/Cargo.toml b/tree_hash_derive/Cargo.toml index bfe6508..c92532b 100644 --- a/tree_hash_derive/Cargo.toml +++ b/tree_hash_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree_hash_derive" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "Procedural derive macros to accompany the tree_hash crate" license = "Apache-2.0"