Skip to content

Commit

Permalink
fix: example dep feature (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell authored Jun 21, 2024
1 parent bca817d commit 2bc5723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/trusted-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 2bc5723

Please sign in to comment.