From 8e79c343a7f6f6a10dcdae141de0d70537478c99 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:48:29 +0100 Subject: [PATCH] Switch hero-supervisor dependency to Git URL in openrpc client --- clients/openrpc/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/clients/openrpc/Cargo.toml b/clients/openrpc/Cargo.toml index d8ea7ae..a8b007d 100644 --- a/clients/openrpc/Cargo.toml +++ b/clients/openrpc/Cargo.toml @@ -26,9 +26,8 @@ hero-job = { git = "https://git.ourworld.tf/herocode/job.git" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] jsonrpsee = { version = "0.24", features = ["http-client", "macros"] } tokio = { version = "1.0", features = ["full"] } -hero-supervisor = { path = "../.." } -hero-job-client = { path = "../../../job/rust/client" } -# hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust/client" } +hero-supervisor = { git = "https://git.ourworld.tf/herocode/supervisor.git" } +hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" } env_logger = "0.11" # WASM-specific dependencies