sys: bump to 0.6.4-1
This should also fix a build issue on aarch64 caused by a signed-ness differences of c_char. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fb8a706066
commit
b38568158a
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-sys"
|
name = "proxmox-sys"
|
||||||
version = "0.6.3"
|
version = "0.6.4"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -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 <support@proxmox.com> Thu, 19 Sep 2024 09:04:20 +0200
|
||||||
|
|
||||||
rust-proxmox-sys (0.6.3-1) bookworm; urgency=medium
|
rust-proxmox-sys (0.6.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* replace lazy_static with std's LazyLock and drop the dependency
|
* replace lazy_static with std's LazyLock and drop the dependency
|
||||||
|
@ -57,10 +57,10 @@ Provides:
|
|||||||
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6+default-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+timer-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6.3-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.6.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6.3+acl-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.6.4+acl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6.3+default-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.6.4+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6.3+timer-dev (= ${binary:Version})
|
librust-proxmox-sys-0.6.4+timer-dev (= ${binary:Version})
|
||||||
Description: System tools (using nix) - Rust source code
|
Description: System tools (using nix) - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-sys"
|
Source code for Debianized Rust crate "proxmox-sys"
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6+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"
|
Description: System tools (using nix) - feature "crypt"
|
||||||
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -90,7 +90,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.6+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"
|
Description: System tools (using nix) - feature "logrotate"
|
||||||
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user