Skip to content

Commit

Permalink
fix: enable serde on alloy-consensus (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich authored Oct 10, 2024
1 parent ef9b58b commit 440ddcb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/alloy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,12 @@ map-fxhash = ["alloy-core/map-fxhash"]
getrandom = ["alloy-core/getrandom"]
rand = ["alloy-core/rand"]
rlp = ["alloy-core/rlp"]
serde = ["alloy-core/serde", "alloy-eips?/serde", "dep:alloy-serde"]
serde = [
"alloy-core/serde",
"alloy-eips?/serde",
"alloy-consensus?/serde",
"dep:alloy-serde",
]
ssz = ["alloy-rpc-types?/ssz"]
k256 = [
"alloy-core/k256",
Expand Down

0 comments on commit 440ddcb

Please sign in to comment.