mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 21:13:26 +00:00
time: bump to 2.0.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
0c9ed7daa4
commit
986b465d48
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-time"
|
name = "proxmox-time"
|
||||||
description = "time utilities and TmEditor"
|
description = "time utilities and TmEditor"
|
||||||
version = "2.0.3"
|
version = "2.0.4"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -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 <support@proxmox.com> Tue, 04 Mar 2025 14:52:53 +0100
|
||||||
|
|
||||||
rust-proxmox-time (2.0.3-1) bookworm; urgency=medium
|
rust-proxmox-time (2.0.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* also implement `From<&TimeSpan> for f64` to support taking a reference, as
|
* also implement `From<&TimeSpan> for f64` to support taking a reference, as
|
||||||
|
@ -37,7 +37,7 @@ Provides:
|
|||||||
librust-proxmox-time-2+default-dev (= ${binary:Version}),
|
librust-proxmox-time-2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-2.0-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-2.0.3-dev (= ${binary:Version}),
|
librust-proxmox-time-2.0.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-2.0.3+default-dev (= ${binary:Version})
|
librust-proxmox-time-2.0.4+default-dev (= ${binary:Version})
|
||||||
Description: Time utilities and TmEditor - Rust source code
|
Description: Time utilities and TmEditor - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-time"
|
Source code for Debianized Rust crate "proxmox-time"
|
||||||
|
Loading…
Reference in New Issue
Block a user