File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tree_hash"
3- version = " 0.5.2 "
3+ version = " 0.6.0 "
44edition = " 2021"
55description = " Efficient Merkle-hashing as used in Ethereum consensus"
66license = " Apache-2.0"
@@ -17,7 +17,7 @@ smallvec = "1.6.1"
1717
1818[dev-dependencies ]
1919rand = " 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 " }
2121ethereum_ssz = " 0.5"
2222ethereum_ssz_derive = " 0.5"
2323
Original file line number Diff line number Diff line change 11[package ]
22name = " tree_hash_derive"
3- version = " 0.5.2 "
3+ version = " 0.6.0 "
44edition = " 2021"
55description = " Procedural derive macros to accompany the tree_hash crate"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments