Skip to content

Commit

Permalink
Export types engine default features (#1143)
Browse files Browse the repository at this point in the history
Use types engine default feature
  • Loading branch information
grandizzy authored Aug 14, 2024
1 parent 5fe24e3 commit dbe6683
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 dbe6683

Please sign in to comment.