Skip to content

Commit

Permalink
Version 0.5.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Mar 13, 2023
1 parent 7c65944 commit e7468f0
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.5.0"
version = "0.5.1"
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.5.0" }
tree_hash_derive = { path = "../tree_hash_derive", version = "0.5.1" }
ethereum_ssz = "1.0.0-beta.2"
ethereum_ssz_derive = "1.0.0-beta.2"

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.5.0"
version = "0.5.1"
edition = "2021"
description = "Procedural derive macros to accompany the tree_hash crate"
license = "Apache-2.0"
Expand Down

0 comments on commit e7468f0

Please sign in to comment.