Skip to content

Commit

Permalink
fix: alloy-primitives workspace dependency should include ssz feature (
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev authored Sep 3, 2024
1 parent 16e5aee commit c61e276
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 @@ -13,7 +13,7 @@ categories = ["cryptography::cryptocurrencies"]
description = "A Rust implementation of the Ethereum Portal Network"

[dependencies]
alloy-primitives = { workspace = true, features = ["ssz"] }
alloy-primitives.workspace = true
anyhow.workspace = true
clap.workspace = true
dirs = "5.0.1"
Expand Down Expand Up @@ -80,7 +80,7 @@ members = [

[workspace.dependencies]
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "d68a6b787b2904061f0ae7fcc02ece8513e3c500"}
alloy-primitives = "0.7.0"
alloy-primitives = { version = "0.7.0", features = ["ssz"] }
alloy-rlp = "0.3.4"
anyhow = "1.0.68"
async-trait = "0.1.68"
Expand Down

0 comments on commit c61e276

Please sign in to comment.