From 1344ffdd9460c9a26e2ed7dd711e9ffd7ac718da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 19 Aug 2022 12:22:45 +0200 Subject: [PATCH] time: bump to 1.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 04b916c6..e09c2838 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.3" +version = "1.1.4" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 5e892561..17ae8d3d 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-time (1.1.4-1) stable; urgency=medium + + * Update to nom 7 + + -- Proxmox Support Team Fri, 19 Aug 2022 12:21:16 +0200 + rust-proxmox-time (1.1.3-1) stable; urgency=medium * Allow to compile on wasm32 target