Skip to content

Commit

Permalink
Update alloy-primitives to 0.8 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul authored Aug 21, 2024
1 parent 1900f5c commit 1bc196c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ categories = ["cryptography::cryptocurrencies"]
name = "ssz"

[dev-dependencies]
alloy-primitives = { version = "0.7.7", features = ["getrandom"] }
alloy-primitives = { version = "0.8.0", features = ["getrandom"] }
ethereum_ssz_derive = { version = "0.6.0", path = "../ssz_derive" }

[dependencies]
alloy-primitives = "0.7.7"
alloy-primitives = "0.8.0"
smallvec = { version = "1.6.1", features = ["const_generics"] }
itertools = "0.13.0"

Expand Down

0 comments on commit 1bc196c

Please sign in to comment.