Skip to content

Commit

Permalink
chore: optional derive more (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Sep 4, 2024
1 parent 7cb6804 commit 0cb54b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ serde_json.workspace = true

[features]
default = ["std", "kzg-sidecar"]
std = ["alloy-primitives/std", "alloy-rlp/std", "derive_more/std",
std = ["alloy-primitives/std", "alloy-rlp/std", "derive_more?/std",
"serde?/std", "c-kzg?/std", "once_cell?/std"]
serde = ["dep:alloy-serde", "dep:serde", "alloy-primitives/serde",
"c-kzg?/serde", "alloy-eip2930/serde", "alloy-eip7702/serde"]
Expand Down

0 comments on commit 0cb54b5

Please sign in to comment.