Skip to content

Commit

Permalink
Release v0.8.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Aug 23, 2024
1 parent 0c3025f commit 12d828c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tree_hash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tree_hash_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 12d828c

Please sign in to comment.