From eba066066661d7fa8cb4603740d896a48814c80c Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:25:50 +0200 Subject: [PATCH] Use git dependency for osiris --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 770d7ba..cc894c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" } heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" } rhailib_dsl = { git = "https://git.ourworld.tf/herocode/rhailib.git" } hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "logger" } -osiris = { path = "../osiris", features = ["rhai-support"] } +osiris = { git = "https://git.ourworld.tf/herocode/osiris.git", features = ["rhai-support"] } # SAL modules for system engine sal-os = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" } sal-redisclient = { git = "https://git.ourworld.tf/herocode/herolib_rust.git" }