aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirs.rs')
-rw-r--r--src/dirs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirs.rs b/src/dirs.rs
index e838e12..2fa6e50 100644
--- a/src/dirs.rs
+++ b/src/dirs.rs
@@ -108,7 +108,7 @@ fn runtime_dir() -> std::path::PathBuf {
"{}/{}-{}",
std::env::temp_dir().to_string_lossy(),
&profile(),
- nix::unistd::getuid().as_raw()
+ rustix::process::getuid().as_raw()
)
.into()
},