Skip to content

Commit

Permalink
Update to alloy-primitives 0.8 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Aug 22, 2024
1 parent 52b80af commit 0c3025f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tree_hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
alloy-primitives = "0.7.0"
alloy-primitives = "0.8.0"
ethereum_hashing = "0.7.0"
smallvec = "1.6.1"

[dev-dependencies]
rand = "0.8.5"
tree_hash_derive = { path = "../tree_hash_derive", version = "0.7.0" }
ethereum_ssz = "0.6"
ethereum_ssz_derive = "0.6"
ethereum_ssz = "0.7"
ethereum_ssz_derive = "0.7"

[features]
arbitrary = ["alloy-primitives/arbitrary"]

0 comments on commit 0c3025f

Please sign in to comment.