From d3c2966f10412a0d7277ded06a28762aefca3df0 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:47:25 +0100 Subject: [PATCH] Remove non-existent feature from hero-supervisor-openrpc-client dependency --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 36418f0..022852b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -10,7 +10,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] } anyhow = "1.0" thiserror = "1.0" chrono = "0.4" -hero-supervisor-openrpc-client = { git = "https://git.ourworld.tf/herocode/supervisor.git", features = ["openrpc_client"] } +hero-supervisor-openrpc-client = { git = "https://git.ourworld.tf/herocode/supervisor.git" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] uuid = { version = "1.0", features = ["v4"] }