From 7e4bdedb68af0f76f257cdd7fb60a46abe650e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 2 Oct 2023 10:20:41 +0200 Subject: [PATCH] bump version to 3.0.4-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eee32479..cfbf2ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "3.0.3" +version = "3.0.4" authors = [ "Dietmar Maurer ", "Dominik Csapak ", diff --git a/debian/changelog b/debian/changelog index 652cdf01..c36dd33a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-backup (3.0.4-1) bookworm; urgency=medium + + * rebuild with env_logger 0.10, proxmox-api-macro 1.0.6 and syn 2 + * update dependencies (tokio, libc, serde, openssl, futures, bindgen) + + -- Proxmox Support Team Mon, 02 Oct 2023 10:19:32 +0200 + rust-proxmox-backup (3.0.3-1) bookworm; urgency=medium * fix #4380: client: check if file is excluded before running `stat()` to