]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-client/src/backup_specification.rs
update to first proxmox crate split
[proxmox-backup.git] / pbs-client / src / backup_specification.rs
index 627c183c437e9c3598e9cdf60a6575fbc90b4c9f..ea32b97ced8589e2ea77ddd3ccd2702d0915e657 100644 (file)
@@ -1,8 +1,8 @@
 use anyhow::{bail, Error};
 
-use proxmox::api::schema::*;
+use proxmox_schema::*;
 
-proxmox::const_regex! {
+const_regex! {
     BACKUPSPEC_REGEX = r"^([a-zA-Z0-9_-]+\.(pxar|img|conf|log)):(.+)$";
 }