From ece152d42ce345bc6b8e0c361ebb85999c8029a6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 27 Feb 2020 13:12:28 +0100 Subject: [PATCH] bump proxmox to 0.1.16 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 782c4ff3..057b34bc 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.15" +version = "0.1.16" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 4377eab6..8ce70afd 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.16-1) unstable; urgency=medium + + * bump api-macro dependency to 0.1.4 + + -- Proxmox Support Team Thu, 27 Feb 2020 13:11:58 +0100 + rust-proxmox (0.1.15-1) unstable; urgency=medium * text_table.rs: new helpers to read output format from environment