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