diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 29e5f8ed..0b5e1326 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.6.3" +version = "0.6.4" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index ddfc5f33..65cda1b1 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.6.4-1) bookworm; urgency=medium + + * drop unnecessary not-empty check on fixed-size array + + -- Proxmox Support Team Thu, 19 Sep 2024 09:04:20 +0200 + rust-proxmox-sys (0.6.3-1) bookworm; urgency=medium * replace lazy_static with std's LazyLock and drop the dependency diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 971c3310..1387a65a 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -57,10 +57,10 @@ Provides: librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}), librust-proxmox-sys-0.6+default-dev (= ${binary:Version}), librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3+acl-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3+timer-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.4-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.4+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.4+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.4+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code Source code for Debianized Rust crate "proxmox-sys" @@ -74,7 +74,7 @@ Depends: Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3+crypt-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.4+crypt-dev (= ${binary:Version}) Description: System tools (using nix) - feature "crypt" This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature. @@ -90,7 +90,7 @@ Depends: Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.6.3+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.6.4+logrotate-dev (= ${binary:Version}) Description: System tools (using nix) - feature "logrotate" This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by pulling in any additional dependencies needed by that feature.