Use hero-job crate instead of runner_rust for job types

This commit is contained in:
Timur Gordon
2025-11-04 13:44:01 +01:00
parent 49d36485d0
commit 3356a03895
26 changed files with 3410 additions and 4003 deletions

View File

@@ -186,7 +186,7 @@ pub enum RunnerError {
#[error("Job error: {source}")]
JobError {
#[from]
source: runner_rust::JobError,
source: hero_job::JobError,
},
#[error("Job '{job_id}' not found")]