Update osiris-client dependency to use Git URL

This commit is contained in:
Timur Gordon
2025-11-06 13:45:56 +01:00
parent 57d8db25ae
commit 70cb943fe5

View File

@@ -7,7 +7,7 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]
[dependencies]
osiris-client = { path = "../../osiris/client" }
osiris-client = { git = "https://git.ourworld.tf/herocode/osiris.git" }
yew = { workspace = true }
wasm-bindgen = { workspace = true }
wasm-bindgen-futures = { workspace = true }