Skip to content

Commit

Permalink
update alloy-primitives package (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev authored Jul 24, 2024
1 parent 6baa121 commit 0c88b6c
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.0", features = ["getrandom"] }
alloy-primitives = { version = "0.7.7", features = ["getrandom"] }
ethereum_ssz_derive = { version = "0.5.4", path = "../ssz_derive" }

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

Expand Down

0 comments on commit 0c88b6c

Please sign in to comment.