From 70cb943fe5bc8f7bd05f499438973b63a79b88b8 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Thu, 6 Nov 2025 13:45:56 +0100 Subject: [PATCH] Update osiris-client dependency to use Git URL --- components/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cargo.toml b/components/Cargo.toml index 83783f2..dc71940 100644 --- a/components/Cargo.toml +++ b/components/Cargo.toml @@ -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 }