From 986b465d48cba554eb43121ae144f59f0e647fa3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 4 Mar 2025 14:53:02 +0100 Subject: [PATCH] time: bump to 2.0.4-1 Signed-off-by: Wolfgang Bumiller --- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 8 ++++++++ proxmox-time/debian/control | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index db984e74..d0f190ab 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-time" description = "time utilities and TmEditor" -version = "2.0.3" +version = "2.0.4" authors.workspace = true edition.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 85ccbde4..6a7537ed 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-time (2.0.4-1) bookworm; urgency=medium + + * add `epoch_to_http_date` helper + + * update to edition 2024 + + -- Proxmox Support Team Tue, 04 Mar 2025 14:52:53 +0100 + rust-proxmox-time (2.0.3-1) bookworm; urgency=medium * also implement `From<&TimeSpan> for f64` to support taking a reference, as diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index ec32c91a..3d159e75 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -37,7 +37,7 @@ Provides: librust-proxmox-time-2+default-dev (= ${binary:Version}), librust-proxmox-time-2.0-dev (= ${binary:Version}), librust-proxmox-time-2.0+default-dev (= ${binary:Version}), - librust-proxmox-time-2.0.3-dev (= ${binary:Version}), - librust-proxmox-time-2.0.3+default-dev (= ${binary:Version}) + librust-proxmox-time-2.0.4-dev (= ${binary:Version}), + librust-proxmox-time-2.0.4+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code Source code for Debianized Rust crate "proxmox-time"