[pbs-devel] [PATCH proxmox-backup 2/4] Cargo.toml: add 'semaphore' feature to proxmox-sys dep

Hannes Laimer h.laimer at proxmox.com
Thu Sep 4 16:37:33 CEST 2025


Signed-off-by: Hannes Laimer <h.laimer at proxmox.com>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 19974da2..645c131f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,7 +88,7 @@ proxmox-shared-cache = "1"
 proxmox-shared-memory = "1"
 proxmox-sortable-macro = "1"
 proxmox-subscription = { version = "1", features = [ "api-types" ] }
-proxmox-sys = "1"
+proxmox-sys = { version = "1", features = [ "semaphore" ] }
 proxmox-systemd = "1"
 proxmox-tfa = { version = "6.0.3", features = [ "api", "api-types" ] }
 proxmox-time = "2"
-- 
2.47.2





More information about the pbs-devel mailing list