mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 20:10:04 +00:00
bump proxmox-sys to 0.3.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
67fbf2b2ee
commit
6e4a43d683
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-sys"
|
name = "proxmox-sys"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -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
|
rust-proxmox-sys (0.3.1) stable; urgency=medium
|
||||||
|
|
||||||
* partially fix #2915: scandir: stat if file_type from readdir is unknown
|
* partially fix #2915: scandir: stat if file_type from readdir is unknown
|
||||||
|
@ -58,8 +58,8 @@ Provides:
|
|||||||
librust-proxmox-sys-0+default-dev (= ${binary:Version}),
|
librust-proxmox-sys-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.3.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1+default-dev (= ${binary:Version})
|
librust-proxmox-sys-0.3.2+default-dev (= ${binary:Version})
|
||||||
Description: System tools (using nix) - Rust source code
|
Description: System tools (using nix) - Rust source code
|
||||||
This package contains the source for the Rust proxmox-sys crate, packaged by
|
This package contains the source for the Rust proxmox-sys crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
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+sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3+proxmox-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+sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1+proxmox-sortable-macro-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.3.2+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1+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
|
Description: System tools (using nix) - feature "proxmox-sortable-macro" and 1 more
|
||||||
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox-
|
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox-
|
||||||
sys crate, by pulling in any additional dependencies needed by that
|
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+logrotate-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3+zstd-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+logrotate-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1+zstd-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.3.2+zstd-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.3.1+logrotate-dev (= ${binary:Version})
|
librust-proxmox-sys-0.3.2+logrotate-dev (= ${binary:Version})
|
||||||
Description: System tools (using nix) - feature "zstd" and 1 more
|
Description: System tools (using nix) - feature "zstd" and 1 more
|
||||||
This metapackage enables feature "zstd" for the Rust proxmox-sys crate, by
|
This metapackage enables feature "zstd" 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…
Reference in New Issue
Block a user