sys: bump to 0.6.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
36e552de47
commit
1a00570898
@ -138,7 +138,7 @@ proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" }
|
||||
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
||||
proxmox-sys = { version = "0.5.7", path = "proxmox-sys" }
|
||||
proxmox-sys = { version = "0.6.0", path = "proxmox-sys" }
|
||||
proxmox-tfa = { version = "5.0.0", path = "proxmox-tfa" }
|
||||
proxmox-time = { version = "2.0.0", path = "proxmox-time" }
|
||||
proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.5.8"
|
||||
version = "0.6.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,19 @@
|
||||
rust-proxmox-sys (0.6.0-1) bookworm; urgency=medium
|
||||
|
||||
* process_locker: explicitly do not truncate the lock file
|
||||
|
||||
* enable cfg(doc_cfg) and cfg(doc_auto_cfg)
|
||||
|
||||
* remove deprecated items
|
||||
|
||||
* remove task_log macros
|
||||
|
||||
* remove email module (this is now internal to proxmox-notify)
|
||||
|
||||
* WorkerTaskContext trait is now in a separate proxomx-worker-task crate
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 13:08:03 +0200
|
||||
|
||||
rust-proxmox-sys (0.5.8-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
@ -59,14 +59,14 @@ Provides:
|
||||
librust-proxmox-sys-0+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6-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+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-sys"
|
||||
|
||||
@ -79,8 +79,8 @@ Depends:
|
||||
librust-openssl-0.10+default-dev
|
||||
Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0+crypt-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "crypt"
|
||||
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -95,8 +95,8 @@ Depends:
|
||||
librust-zstd-0.12+default-dev
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.0+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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user