Switch hero-job dependency to Git URL in openrpc client
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user