Remove non-existent feature from hero-supervisor-openrpc-client dependency

This commit is contained in:
Timur Gordon
2025-11-06 13:47:25 +01:00
parent 4c62894c08
commit d3c2966f10

View File

@@ -10,7 +10,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] }
anyhow = "1.0" anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"
chrono = "0.4" 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] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
uuid = { version = "1.0", features = ["v4"] } uuid = { version = "1.0", features = ["v4"] }