bump proxmox-rest-server to 0.2.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-02-10 10:35:24 +01:00
parent d696ad5bd1
commit 6dcdbd2bd1
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-rest-server" name = "proxmox-rest-server"
version = "0.2.1" version = "0.2.2"
authors.workspace = true authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-rest-server (0.2.2-1) stable; urgency=medium
* add handle_worker
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Feb 2023 10:33:51 +0100
rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium rust-proxmox-rest-server (0.2.1-1) stable; urgency=medium
* update to OwnedFd * update to OwnedFd

View File

@ -98,8 +98,8 @@ Provides:
librust-proxmox-rest-server-0+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.2-dev (= ${binary:Version}), librust-proxmox-rest-server-0.2-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.2+default-dev (= ${binary:Version}), librust-proxmox-rest-server-0.2+default-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.2.1-dev (= ${binary:Version}), librust-proxmox-rest-server-0.2.2-dev (= ${binary:Version}),
librust-proxmox-rest-server-0.2.1+default-dev (= ${binary:Version}) librust-proxmox-rest-server-0.2.2+default-dev (= ${binary:Version})
Description: REST server implementation - Rust source code Description: REST server implementation - Rust source code
This package contains the source for the Rust proxmox-rest-server crate, This package contains the source for the Rust proxmox-rest-server crate,
packaged by debcargo for use with cargo and dh-cargo. packaged by debcargo for use with cargo and dh-cargo.