From c0a376058ad4207b3672e56cfd9bcedc0e25a601 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 21 Sep 2020 10:22:52 +0200 Subject: [PATCH] bump version to 0.4.1-1 --- 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 4dfebac8..68606da4 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.4.0" +version = "0.4.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index a53cc06e..e21d64ea 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.4.1-1) unstable; urgency=medium + + * proxmox/src/tools/email.rs: use slice instead of Vec + + -- Proxmox Support Team Mon, 21 Sep 2020 10:22:31 +0200 + rust-proxmox (0.4.0-1) unstable; urgency=medium * permissions: introduce UserParam permission