diff --git a/core/actor/Cargo.toml b/core/actor/Cargo.toml index a384d32..112709b 100644 --- a/core/actor/Cargo.toml +++ b/core/actor/Cargo.toml @@ -25,7 +25,6 @@ thiserror = "1.0" async-trait = "0.1" 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 = { git = "https://git.ourworld.tf/herocode/db.git" } heromodels-derive = { git = "https://git.ourworld.tf/herocode/db.git" }