bump proxmox-sys to 0.3.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-07 11:49:57 +02:00
parent 67fbf2b2ee
commit 6e4a43d683
3 changed files with 15 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-sys"
version = "0.3.1"
version = "0.3.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,11 @@
rust-proxmox-sys (0.3.2) stable; urgency=medium
* make systemd::escape_unit() more flexible
* add systemd::unescape_unit_path
-- Proxmox Support Team <support@proxmox.com> Thu, 07 Jul 2022 11:48:09 +0200
rust-proxmox-sys (0.3.1) stable; urgency=medium
* partially fix #2915: scandir: stat if file_type from readdir is unknown

View File

@ -58,8 +58,8 @@ Provides:
librust-proxmox-sys-0+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.3-dev (= ${binary:Version}),
librust-proxmox-sys-0.3+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1+default-dev (= ${binary:Version})
librust-proxmox-sys-0.3.2-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.2+default-dev (= ${binary:Version})
Description: System tools (using nix) - Rust source code
This package contains the source for the Rust proxmox-sys crate, packaged by
debcargo for use with cargo and dh-cargo.
@ -77,8 +77,8 @@ Provides:
librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.3+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.3+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1+sortable-macro-dev (= ${binary:Version})
librust-proxmox-sys-0.3.2+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.2+sortable-macro-dev (= ${binary:Version})
Description: System tools (using nix) - feature "proxmox-sortable-macro" and 1 more
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox-
sys crate, by pulling in any additional dependencies needed by that
@ -100,8 +100,8 @@ Provides:
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.3+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0.3+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.1+logrotate-dev (= ${binary:Version})
librust-proxmox-sys-0.3.2+zstd-dev (= ${binary:Version}),
librust-proxmox-sys-0.3.2+logrotate-dev (= ${binary:Version})
Description: System tools (using nix) - feature "zstd" and 1 more
This metapackage enables feature "zstd" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.