Skip to content

Commit

Permalink
fix features
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Mar 21, 2024
1 parent 98fadb3 commit 254a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ serde_json.workspace = true
k256 = ["alloy-primitives/k256"]
kzg = ["dep:c-kzg", "dep:sha2", "dep:thiserror"]
arbitrary = ["dep:arbitrary", "alloy-eips/arbitrary"]
serde = ["dep:serde", "alloy-primitives/serde", "dep:alloy-serde"]
serde = ["dep:serde", "alloy-primitives/serde", "dep:alloy-serde", "alloy-eips/serde"]

0 comments on commit 254a7b7

Please sign in to comment.