Skip to content

Commit 93d0e3f

Browse files
Release v0.6.0 (#11)
1 parent 7f4bd6a commit 93d0e3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tree_hash/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree_hash"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "Efficient Merkle-hashing as used in Ethereum consensus"
66
license = "Apache-2.0"
@@ -17,7 +17,7 @@ smallvec = "1.6.1"
1717

1818
[dev-dependencies]
1919
rand = "0.8.5"
20-
tree_hash_derive = { path = "../tree_hash_derive", version = "0.5.2" }
20+
tree_hash_derive = { path = "../tree_hash_derive", version = "0.6.0" }
2121
ethereum_ssz = "0.5"
2222
ethereum_ssz_derive = "0.5"
2323

tree_hash_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tree_hash_derive"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
edition = "2021"
55
description = "Procedural derive macros to accompany the tree_hash crate"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)