Skip to content

Commit

Permalink
Bump SSZ version to 0.8.1 (#54)
Browse files Browse the repository at this point in the history
* Bump SSZ version

* Update ssz_types to 0.9

---------

Co-authored-by: Michael Sproul <[email protected]>
  • Loading branch information
paulhauner and michaelsproul authored Dec 6, 2024
1 parent a3f8137 commit 69c64e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ readme = "README.md"
repository = "https://github.com/sigp/milhouse"
documentation = "https://docs.rs/milhouse"
keywords = ["ethereum", "functional"]
categories = ["data-structures", "cryptography::cryptocurrencies", ]
categories = ["data-structures", "cryptography::cryptocurrencies"]

[dependencies]
educe = "0.6.0"
ethereum_hashing = "0.7.0"
ethereum_ssz = "0.7.0"
ethereum_ssz_derive = "0.7.0"
ethereum_ssz = "0.8.0"
ethereum_ssz_derive = "0.8.0"
itertools = "0.13.0"
parking_lot = "0.12.1"
rayon = "1.5.1"
Expand All @@ -29,7 +29,7 @@ alloy-primitives = { version = "0.8.0", features = ["arbitrary"] }


[dev-dependencies]
ssz_types = "0.8.0"
ssz_types = "0.9.0"
proptest = "1.0.0"
tree_hash_derive = "0.8.0"
criterion = "0.5"
Expand Down

0 comments on commit 69c64e4

Please sign in to comment.