From d968dcfa5d9bb18169407b6daacf73efd7b36e07 Mon Sep 17 00:00:00 2001 From: Timur Gordon <31495328+timurgordon@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:25:49 +0200 Subject: [PATCH] Use git dependency for runner_rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbbbc41..03caed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] # Runner crate with integrated job module -runner_rust = { path = "../runner_rust" } +runner_rust = { git = "https://git.ourworld.tf/herocode/runner_rust.git" } # Async runtime tokio = { version = "1.0", features = ["full"] }