From d49e6a362ec70a65fb3b1919593598543fe7da30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 19 Nov 2021 11:46:04 +0100 Subject: [PATCH] bump proxmox-sys to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index dac06f13..87753a5b 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 487b2259..fc21ea10 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-sys (0.1.1) stable; urgency=medium + + * rebuild with base64 0.13 + + -- Proxmox Support Team Fri, 19 Nov 2021 11:45:58 +0100 + rust-proxmox-sys (0.1.0) stable; urgency=medium * imported pbs-tools/src/crypt.rs