Skip to content

Commit f9106ab

Browse files
committed
remove client
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 92fa738 commit f9106ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ alloy.workspace = true
1818
anyhow.workspace = true
1919
tokio.workspace = true
2020
serde_json.workspace = true
21-
jsonrpsee = { workspace = true, features = ["server", "macros", "client"] }
21+
jsonrpsee = { workspace = true, features = ["server", "macros"] }
2222
clap = { version = "4.5.15", features = ["derive", "env"] }
2323
strum = { version = "0.26.3", features = ["derive"] }
2424
tracing-subscriber = "0.3.17"

0 commit comments

Comments
 (0)