From fa1a8cf0e5ecf2ef5137d82aebde6b5664e57ebd Mon Sep 17 00:00:00 2001 From: grandizzy Date: Tue, 13 Aug 2024 00:22:38 -0700 Subject: [PATCH] Use types engine default feature --- crates/rpc-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rpc-types/Cargo.toml b/crates/rpc-types/Cargo.toml index 48288e15ac1..a3163299856 100644 --- a/crates/rpc-types/Cargo.toml +++ b/crates/rpc-types/Cargo.toml @@ -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"]