From 7200cd7e23519077f80c50d8e31bbaee7a23cd58 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Nov 2024 16:53:08 +0100 Subject: [PATCH] time: bump version to 2.0.3-1 Signed-off-by: Thomas Lamprecht --- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 7 +++++++ proxmox-time/debian/control | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 9989bb1d..db984e74 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.2" +version = "2.0.3" authors.workspace = true edition.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 737e5872..85ccbde4 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-time (2.0.3-1) bookworm; urgency=medium + + * also implement `From<&TimeSpan> for f64` to support taking a reference, as + we do not require ownership here. + + -- Proxmox Support Team Tue, 26 Nov 2024 16:52:28 +0100 + rust-proxmox-time (2.0.2-1) bookworm; urgency=medium * time span: diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index 0a408745..ec32c91a 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.2-dev (= ${binary:Version}), - librust-proxmox-time-2.0.2+default-dev (= ${binary:Version}) + librust-proxmox-time-2.0.3-dev (= ${binary:Version}), + librust-proxmox-time-2.0.3+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code Source code for Debianized Rust crate "proxmox-time"