Skip to content

Commit

Permalink
Update tree_hash to v0.6.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Dec 7, 2023
1 parent b40fd09 commit 9152701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
tree_hash = "0.5.0"
tree_hash = "0.6.0"
ethereum_ssz = "0.5.0"
ethereum_serde_utils = "0.5.0"
serde = "1.0.0"
Expand All @@ -24,4 +24,4 @@ itertools = "0.10.0"

[dev-dependencies]
serde_json = "1.0.0"
tree_hash_derive = "0.5.0"
tree_hash_derive = "0.6.0"

0 comments on commit 9152701

Please sign in to comment.