From 52b80afa4a6c66df2f22ebdee40e89a4d38ebf2e Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 15 Aug 2024 12:35:34 +1000 Subject: [PATCH] Release v0.7.0 (#19) --- tree_hash/Cargo.toml | 4 ++-- tree_hash_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tree_hash/Cargo.toml b/tree_hash/Cargo.toml index 5debd90..39e8056 100644 --- a/tree_hash/Cargo.toml +++ b/tree_hash/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree_hash" -version = "0.6.0" +version = "0.7.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.6.0" } +tree_hash_derive = { path = "../tree_hash_derive", version = "0.7.0" } ethereum_ssz = "0.6" ethereum_ssz_derive = "0.6" diff --git a/tree_hash_derive/Cargo.toml b/tree_hash_derive/Cargo.toml index a38655c..bfe6508 100644 --- a/tree_hash_derive/Cargo.toml +++ b/tree_hash_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tree_hash_derive" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "Procedural derive macros to accompany the tree_hash crate" license = "Apache-2.0"