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 = [