summaryrefslogtreecommitdiffstats
path: root/crates/rebel/src/task.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel/src/task.rs')
-rw-r--r--crates/rebel/src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel/src/task.rs b/crates/rebel/src/task.rs
index e84766e..7875869 100644
--- a/crates/rebel/src/task.rs
+++ b/crates/rebel/src/task.rs
@@ -2,7 +2,7 @@ use std::collections::{HashMap, HashSet};
use serde::Deserialize;
-use common::{string_hash::StringHash, types::TaskID};
+use rebel_common::{string_hash::StringHash, types::TaskID};
use crate::{
args::{ArgMapping, ArgType, TaskArgs},