forked from Proxmox/proxmox
bump proxmox-sys to 0.3.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1e2aa3eea4
commit
8f769a3996
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
@ -31,4 +31,4 @@ proxmox-time = { path = "../proxmox-time", version = "1.0.0" }
|
||||
[features]
|
||||
default = []
|
||||
sortable-macro = ["proxmox-sortable-macro"]
|
||||
logrotate = ["zstd"]
|
||||
logrotate = ["zstd"]
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-sys (0.3.1) stable; urgency=medium
|
||||
|
||||
* partially fix #2915: scandir: stat if file_type from readdir is unknown
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Jun 2022 09:40:15 +0200
|
||||
|
||||
rust-proxmox-sys (0.3.0) stable; urgency=medium
|
||||
|
||||
* feature-gate "logrotate" (and zstd)
|
||||
|
@ -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.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.3.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.3.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.3.1+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.0+proxmox-sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.3.0+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})
|
||||
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.0+zstd-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.3.0+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.3.1+zstd-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.3.1+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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user