From a3293241395fdcb7f726551beae6a4a6eb70c9f5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 22 Sep 2020 13:30:52 +0200 Subject: [PATCH] bump version to 0.8.19-1 --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 578670f0..c7fd13e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-backup" -version = "0.8.18" +version = "0.8.19" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/debian/changelog b/debian/changelog index 2449afee..d1477e10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-backup (0.8.19-1) unstable; urgency=medium + + * src/api2/reader.rs: use std::fs::read instead of tokio::fs::read + + -- Proxmox Support Team Tue, 22 Sep 2020 13:30:27 +0200 + rust-proxmox-backup (0.8.18-1) unstable; urgency=medium * src/client/pull.rs: allow up to 20 concurrent download streams