Skip to content

Commit

Permalink
Use types engine default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Aug 13, 2024
1 parent 5fe24e3 commit fa1a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { workspace = true, features = ["derive", "std"]}
serde_json.workspace = true

[features]
default = ["eth"]
default = ["eth", "alloy-rpc-types-engine?/default"]
admin = ["dep:alloy-rpc-types-admin"]
anvil = ["dep:alloy-rpc-types-anvil"]
beacon = ["dep:alloy-rpc-types-beacon"]
Expand Down

0 comments on commit fa1a8cf

Please sign in to comment.