From c9c28f76315728a33d23cabe0f5bece49ca69344 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sun, 6 Dec 2020 09:08:41 +0100 Subject: [PATCH] bump proxmox version to 0.8.1-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 2b461407..78847a8d 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.8.0" +version = "0.8.1" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 3e57cc8a..765e2f7c 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox (0.8.1-1) unstable; urgency=medium + + * trait ReadExt: add read_exact_or_eof and skip_to_end + + * fix example array in Cargo.toml + + -- root Sun, 06 Dec 2020 09:07:45 +0100 + rust-proxmox (0.8.0-1) unstable; urgency=medium * `make_tmp_file` now returns a guarded `Fd` instead of a `RawFd`