From 0cd88fd832b1e38ce8401b0c2f63fdc83e48f7f3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 29 Oct 2020 15:04:07 +0100 Subject: [PATCH] bump proxmox to 0.6.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c1de74a4..2c99ed74 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.5.0" +version = "0.6.0" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index c0558f18..c0b6110a 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,14 @@ +rust-proxmox (0.6.0-1) unstable; urgency=medium + + * fix a case where use of the api attribute macro can generate unused + variable warnings + + * RpcEnvironment: rename user to auth_id + + * add proxmox::tools::tfa for totp and u2f implementations + + -- Proxmox Support Team Thu, 29 Oct 2020 15:02:38 +0100 + rust-proxmox (0.5.0-1) unstable; urgency=medium * bump nix dependency to 0.19