Update osiris dependency to use osiris-core package

This commit is contained in:
Timur Gordon
2025-11-04 13:09:13 +01:00
parent 2ea963ddf5
commit 4158d02f3d
14 changed files with 1282 additions and 1723 deletions

View File

@@ -54,8 +54,8 @@ rand = "0.8"
hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "logger" }
# Osiris dependencies (used by runner_osiris binary)
osiris = { path = "../osiris" }
# osiris = { git = "https://git.ourworld.tf/herocode/osiris.git" }
osiris = { package = "osiris-core", path = "../osiris/core" }
# osiris = { package = "osiris-core", git = "https://git.ourworld.tf/herocode/osiris.git" }
heromodels = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels_core = { git = "https://git.ourworld.tf/herocode/db.git" }
heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }