From 6e857c609011e7d966aba09aac72c78dd4d16d0c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 12:50:06 +0200 Subject: [PATCH] bump proxmox-sys to 0.4.0 Signed-off-by: Wolfgang Bumiller --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 8f5e955d..9a9a8934 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-sys" # next bump is breaking! -version = "0.3.2" +version = "0.4.0" authors = ["Proxmox Support Team "] edition = "2021" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 8ee46b80..e4f59eb0 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,18 @@ +rust-proxmox-sys (0.4.0) stable; urgency=medium + + * introduce 'acl', 'crypt' and 'timer' features, to avoid unconditionally + linking to libacl, libcrypt and librt respectively + + * file locking requires the 'timer' feature + + * drop dependency on 'proxmox-borrow' + + * bumped edition to 2021 + + * 'CreateOptions' now has const 'group_root' and 'root_only' builders + + -- Proxmox Support Team Thu, 28 Jul 2022 12:49:03 +0200 + rust-proxmox-sys (0.3.2) stable; urgency=medium * make systemd::escape_unit() more flexible