Switch hero-job dependency to Git URL in openrpc client

This commit is contained in:
Timur Gordon
2025-11-06 13:47:27 +01:00
parent c960322a8a
commit 56a7e00edc

View File

@@ -19,8 +19,8 @@ thiserror = "1.0"
log = "0.4" log = "0.4"
uuid = { version = "1.0", features = ["v4", "serde"] } uuid = { version = "1.0", features = ["v4", "serde"] }
indexmap = "2.0" indexmap = "2.0"
hero-job = { path = "../../../job/rust" } # hero-job = { path = "../../../job/rust" }
# hero-job = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust" } hero-job = { git = "https://git.ourworld.tf/herocode/job.git" }
# Native JSON-RPC client (not WASM compatible) # Native JSON-RPC client (not WASM compatible)
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]