From 228eb4ffe7b66ed0625a0d118e418743cd4c6e50 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:50:47 +0100 Subject: [PATCH] chore: use git version of osiris dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4dd04b..ad1d1ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,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" } +osiris = { git = "https://git.ourworld.tf/herocode/osiris.git" } # 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" }