mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-11 12:20:26 +00:00
update proxmox to 0.9.1-1
This commit is contained in:
parent
78aacb67da
commit
43e0e6c7de
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox"
|
name = "proxmox"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
version = "0.9.0"
|
version = "0.9.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox (0.9.1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* add tools::future with TimeoutFutureExt
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 22 Dec 2020 13:25:25 +0100
|
||||||
|
|
||||||
rust-proxmox (0.9.0-2) unstable; urgency=medium
|
rust-proxmox (0.9.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* correctly depend on proxmox-api-macro 0.3
|
* correctly depend on proxmox-api-macro 0.3
|
||||||
|
@ -99,7 +99,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-dev (= ${binary:Version}),
|
librust-proxmox-dev (= ${binary:Version}),
|
||||||
librust-proxmox-api-macro-0.2+default-dev
|
librust-proxmox-api-macro-0.3+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}),
|
librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}),
|
||||||
librust-proxmox-0+api-macro-dev (= ${binary:Version}),
|
librust-proxmox-0+api-macro-dev (= ${binary:Version}),
|
||||||
|
Loading…
Reference in New Issue
Block a user