Update osiris dependency to use osiris-core package
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user