mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 19:39:30 +00:00
bump proxmox-rest-server to 0.2.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d696ad5bd1
commit
6dcdbd2bd1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user