From 5283f383b3b8936570df2630d3b3b7573e27a476 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Tue, 5 Aug 2025 13:17:22 +0200 Subject: [PATCH] change path to use git repo for dep --- core/worker/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/worker/Cargo.toml b/core/worker/Cargo.toml index c9dc2e5..51f9df1 100644 --- a/core/worker/Cargo.toml +++ b/core/worker/Cargo.toml @@ -27,8 +27,8 @@ hero_supervisor = { path = "../supervisor" } hero_job = { path = "../job" } # heromodels = { path = "../../../db/heromodels", features = ["rhai"] } heromodels = { git = "https://git.ourworld.tf/herocode/db.git" } -heromodels_core = { path = "../../../db/heromodels_core" } -heromodels-derive = { path = "../../../db/heromodels-derive" } +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" } [features]