Skip to content

Commit

Permalink
Bump tree_hash version, allow SSZ patch updates (#40)
Browse files Browse the repository at this point in the history
* Bump tree_hash

* Allow ssz patches
  • Loading branch information
paulhauner authored Dec 20, 2024
1 parent e867ed5 commit e1fef81
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,9 +11,9 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
tree_hash = "0.8.0"
tree_hash = "0.9"
ethereum_serde_utils = "0.7.0"
ethereum_ssz = "0.8.0"
ethereum_ssz = "0.8"
serde = "1.0.0"
serde_derive = "1.0.0"
typenum = "1.12.0"
Expand Down

0 comments on commit e1fef81

Please sign in to comment.