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