bump proxmox-sys to 0.4.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-28 12:50:06 +02:00
parent c5382d1b20
commit 6e857c6090
2 changed files with 16 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-sys"
# next bump is breaking!
version = "0.3.2"
version = "0.4.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2021"
license = "AGPL-3"

View File

@ -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 <support@proxmox.com> Thu, 28 Jul 2022 12:49:03 +0200
rust-proxmox-sys (0.3.2) stable; urgency=medium
* make systemd::escape_unit() more flexible