From 56a7e00edc458dd7671bf673740f9705aa9b2fa9 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:47:27 +0100 Subject: [PATCH] Switch hero-job dependency to Git URL in openrpc client --- clients/openrpc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/openrpc/Cargo.toml b/clients/openrpc/Cargo.toml index 4f14c88..d8ea7ae 100644 --- a/clients/openrpc/Cargo.toml +++ b/clients/openrpc/Cargo.toml @@ -19,8 +19,8 @@ thiserror = "1.0" log = "0.4" uuid = { version = "1.0", features = ["v4", "serde"] } indexmap = "2.0" -hero-job = { path = "../../../job/rust" } -# hero-job = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust" } +# hero-job = { path = "../../../job/rust" } +hero-job = { git = "https://git.ourworld.tf/herocode/job.git" } # Native JSON-RPC client (not WASM compatible) [target.'cfg(not(target_arch = "wasm32"))'.dependencies]