Switch hero-supervisor dependency to Git URL in openrpc client
This commit is contained in:
@@ -26,9 +26,8 @@ hero-job = { git = "https://git.ourworld.tf/herocode/job.git" }
|
|||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||||
jsonrpsee = { version = "0.24", features = ["http-client", "macros"] }
|
jsonrpsee = { version = "0.24", features = ["http-client", "macros"] }
|
||||||
tokio = { version = "1.0", features = ["full"] }
|
tokio = { version = "1.0", features = ["full"] }
|
||||||
hero-supervisor = { path = "../.." }
|
hero-supervisor = { git = "https://git.ourworld.tf/herocode/supervisor.git" }
|
||||||
hero-job-client = { path = "../../../job/rust/client" }
|
hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" }
|
||||||
# hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust/client" }
|
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
|
|
||||||
# WASM-specific dependencies
|
# WASM-specific dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user