summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/src/paths.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-runner/src/paths.rs')
-rw-r--r--crates/rebel-runner/src/paths.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/src/paths.rs b/crates/rebel-runner/src/paths.rs
index 4b3a126..84f9c4d 100644
--- a/crates/rebel-runner/src/paths.rs
+++ b/crates/rebel-runner/src/paths.rs
@@ -36,7 +36,7 @@
//! └── rootfs/ # rootfs overlay mountpoint
//! ```
-use common::string_hash::*;
+use rebel_common::string_hash::*;
pub const DOWNLOADS_DIR: &str = "build/downloads";
pub const PIN_DIR: &str = "build/pinned";