Skip to content

Commit

Permalink
fix: expose kzg feat via alloy namespace (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya authored May 1, 2024
1 parent c058e32 commit 32f58e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ arbitrary = [
"alloy-rpc-types?/arbitrary",
]
k256 = ["alloy-core/k256", "alloy-consensus?/k256", "alloy-network?/k256"]
kzg = ["alloy-consensus?/kzg"]
eip712 = [
"alloy-core/eip712",
"alloy-signer?/eip712",
Expand Down

0 comments on commit 32f58e2

Please sign in to comment.