Skip to content

Commit

Permalink
remove client
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Dec 26, 2024
1 parent 92fa738 commit f9106ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ alloy.workspace = true
anyhow.workspace = true
tokio.workspace = true
serde_json.workspace = true
jsonrpsee = { workspace = true, features = ["server", "macros", "client"] }
jsonrpsee = { workspace = true, features = ["server", "macros"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
strum = { version = "0.26.3", features = ["derive"] }
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit f9106ab

Please sign in to comment.