Skip to content

Commit

Permalink
fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Apr 4, 2024
1 parent 5eda6ad commit 349762a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ serde_json.workspace = true

[features]
default = ["std"]
std = ["alloy-eips/std", "c-kzg/std", "sha2/std"]
std = ["alloy-eips/std", "sha2/std", "c-kzg?/std"]
k256 = ["alloy-primitives/k256"]
kzg = ["std", "dep:c-kzg", "dep:thiserror", "alloy-eips/kzg"]
kzg = ["dep:c-kzg", "dep:thiserror", "alloy-eips/kzg", "std"]
arbitrary = ["std", "dep:arbitrary", "alloy-eips/arbitrary"]
serde = ["dep:serde", "alloy-primitives/serde", "dep:alloy-serde", "alloy-eips/serde"]

0 comments on commit 349762a

Please sign in to comment.