From 2eacdbe09053b8a3908a2deba2172e0f123b49d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:32:20 +0200 Subject: [PATCH] bump proxmox-http to 0.6.5-1 Signed-off-by: Wolfgang Bumiller --- proxmox-http/Cargo.toml | 2 +- proxmox-http/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 48d88471..f12dfc6c 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition = "2018" -version = "0.6.4" +version = "0.6.5" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 0ff7f65b..f9f565c1 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-http (0.6.5-1) unstable; urgency=medium + + * bump to proxmox-sys 0.4 + + -- Proxmox Support Team Thu, 28 Jul 2022 13:31:46 +0200 + rust-proxmox-http (0.6.4-1) unstable; urgency=medium * fix Proxy-Authorization header formatting