From 2bc572369b4dc9c76fd035e5b0fe77a87d3f08ae Mon Sep 17 00:00:00 2001 From: refcell Date: Fri, 21 Jun 2024 15:00:38 -0400 Subject: [PATCH] fix: example dep feature (#297) --- examples/trusted-sync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trusted-sync/Cargo.toml b/examples/trusted-sync/Cargo.toml index f9af92f7d..72b0e7573 100644 --- a/examples/trusted-sync/Cargo.toml +++ b/examples/trusted-sync/Cargo.toml @@ -23,5 +23,5 @@ tracing-subscriber = "0.3.18" clap = { version = "4.5.4", features = ["derive", "env"] } serde = { version = "1.0.198", features = ["derive"] } alloy-provider = { version = "0.1", default-features = false } -alloy-rpc-types = { version = "0.1", default-features = false } +alloy-rpc-types = { version = "0.1" } alloy-transport = { version = "0.1", default-features = false }