]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/server/jobstate.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / server / jobstate.rs
index f78875ca8a4ba96adae9c8cf5cae53b712b6cb89..adb1bbe21dfeb1f5ac9544136be6d0b7f3eb7cf9 100644 (file)
@@ -42,7 +42,7 @@ use std::path::{Path, PathBuf};
 use anyhow::{bail, format_err, Error};
 use serde::{Deserialize, Serialize};
 
-use proxmox::tools::fs::{
+use proxmox_sys::fs::{
     create_path, file_read_optional_string, replace_file, CreateOptions,
 };