[pbs-devel] [PATCH proxmox-backup 1/4] add missing proxmox-sys features for client/file-restore

Dominik Csapak d.csapak at proxmox.com
Fri Aug 26 10:09:18 CEST 2022


noticed while building proxmox-backup-client and proxmox-file-restore
manually

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 pbs-config/Cargo.toml           | 2 +-
 proxmox-file-restore/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pbs-config/Cargo.toml b/pbs-config/Cargo.toml
index d1cde91f..1cea630c 100644
--- a/pbs-config/Cargo.toml
+++ b/pbs-config/Cargo.toml
@@ -24,7 +24,7 @@ proxmox-section-config = "1"
 proxmox-time = "1"
 proxmox-serde = "0.1"
 proxmox-shared-memory = "0.2"
-proxmox-sys = { version = "0.4", features = [ "acl", "crypt" ] }
+proxmox-sys = { version = "0.4", features = [ "acl", "crypt", "timer" ] }
 proxmox-metrics = "0.2"
 
 pbs-api-types = { path = "../pbs-api-types" }
diff --git a/proxmox-file-restore/Cargo.toml b/proxmox-file-restore/Cargo.toml
index 6ea66b0a..c3d8a6e4 100644
--- a/proxmox-file-restore/Cargo.toml
+++ b/proxmox-file-restore/Cargo.toml
@@ -24,7 +24,7 @@ proxmox-router = { version = "1.2.4", features = [ "cli" ] }
 proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
 proxmox-time = "1"
 proxmox-uuid = "1"
-proxmox-sys = "0.4"
+proxmox-sys = { version = "0.4", features = [ "logrotate" ] }
 
 pbs-api-types = { path = "../pbs-api-types" }
 pbs-buildcfg = { path = "../pbs-buildcfg" }
-- 
2.30.2






More information about the pbs-devel mailing list