bump sys to 0.4.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
7b350d3e43
commit
34f47339d5
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2021"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-sys (0.4.1) stable; urgency=medium
|
||||
|
||||
* deprecate most of the 'fd' helper types as they are now covered by std
|
||||
|
||||
* use namespaced dependencies
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Oct 2022 14:19:54 +0200
|
||||
|
||||
rust-proxmox-sys (0.4.0) stable; urgency=medium
|
||||
|
||||
* introduce 'acl', 'crypt' and 'timer' features, to avoid unconditionally
|
||||
|
@ -65,11 +65,11 @@ Provides:
|
||||
librust-proxmox-sys-0.4+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.4.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.1+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.1+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.1+timer-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.
|
||||
@ -85,7 +85,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.4.1+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.
|
||||
@ -100,7 +100,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.0+sortable-macro-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.4.1+sortable-macro-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "sortable-macro"
|
||||
This metapackage enables feature "sortable-macro" 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