Skip to content

Commit

Permalink
fix: don't use serde feat enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Sep 16, 2024
1 parent 76a1d0f commit a839b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ kona-executor.workspace = true
kona-primitives = { workspace = true, features = ["serde"] }
op-alloy-genesis = { workspace = true, features = ["serde"] }
op-alloy-protocol = { workspace = true, features = ["serde"] }
op-alloy-rpc-types-engine = { workspace = true, features = ["serde"] }
alloy-rpc-types-engine = { workspace = true, features = ["serde"] }
op-alloy-rpc-types-engine.workspace = true
alloy-rpc-types-engine.workspace = true

# Revm + Alloy
revm.workspace = true
Expand Down

0 comments on commit a839b5c

Please sign in to comment.