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]