From 43e0e6c7de03b3af8a0bc61c904a2f65aead7895 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 22 Dec 2020 13:25:56 +0100 Subject: [PATCH] update proxmox to 0.9.1-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ proxmox/debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index ff43529a..b3d60307 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.9.0" +version = "0.9.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index eaab0387..6a9970c7 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.9.1-1) unstable; urgency=medium + + * add tools::future with TimeoutFutureExt + + -- Proxmox Support Team Tue, 22 Dec 2020 13:25:25 +0100 + rust-proxmox (0.9.0-2) unstable; urgency=medium * correctly depend on proxmox-api-macro 0.3 diff --git a/proxmox/debian/control b/proxmox/debian/control index 884bd79c..4bdcf7bb 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -99,7 +99,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-dev (= ${binary:Version}), - librust-proxmox-api-macro-0.2+default-dev + librust-proxmox-api-macro-0.3+default-dev Provides: librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0+api-macro-dev (= ${binary:Version}),