From 157f4a9093d8b03d53bb74f1e16a432bf97a5f15 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Fri, 4 Oct 2024 14:30:38 +0200 Subject: [PATCH] foo --- subxt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 23ebc63968..605901398a 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -56,7 +56,7 @@ web = [ runtime = ["tokio/rt", "wasm-bindgen-futures"] # Enable this to use the reconnecting rpc client -reconnecting-rpc-client = ["dep:finito", "jsonrpsee"] +reconnecting-rpc-client = [] # Enable this to use jsonrpsee (allowing for example `OnlineClient::from_url`). jsonrpsee = [