summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/src/tar.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:32:37 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-20 14:38:17 +0200
commit71763deb61745972f2fc700ca7264c99e2838754 (patch)
tree3709e6fced3582ebfefe81887e03ccdd895dde93 /crates/rebel-runner/src/tar.rs
parente9bf0fc40c0eb7e9d4228b804d62f31b0a136528 (diff)
downloadrebel-71763deb61745972f2fc700ca7264c99e2838754.tar
rebel-71763deb61745972f2fc700ca7264c99e2838754.zip
Reference local packages by their actual names
Diffstat (limited to 'crates/rebel-runner/src/tar.rs')
-rw-r--r--crates/rebel-runner/src/tar.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/src/tar.rs b/crates/rebel-runner/src/tar.rs
index 1a66408..891c603 100644
--- a/crates/rebel-runner/src/tar.rs
+++ b/crates/rebel-runner/src/tar.rs
@@ -11,7 +11,7 @@ use nix::{
sys::wait,
};
-use common::{error::*, string_hash::ArchiveHash};
+use rebel_common::{error::*, string_hash::ArchiveHash};
use super::{
ns,