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]
|
||||
jsonrpsee = { version = "0.24", features = ["http-client", "macros"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
hero-supervisor = { path = "../.." }
|
||||
hero-job-client = { path = "../../../job/rust/client" }
|
||||
# hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust/client" }
|
||||
hero-supervisor = { git = "https://git.ourworld.tf/herocode/supervisor.git" }
|
||||
hero-job-client = { git = "https://git.ourworld.tf/herocode/job.git" }
|
||||
env_logger = "0.11"
|
||||
|
||||
# WASM-specific dependencies
|
||||
|
||||
Reference in New Issue
Block a user