forked from proxmox-mirrors/proxmox
time: bump version to 2.0.3-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
17bc0ac616
commit
7200cd7e23
@ -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.2"
|
version = "2.0.3"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -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 <support@proxmox.com> Tue, 26 Nov 2024 16:52:28 +0100
|
||||||
|
|
||||||
rust-proxmox-time (2.0.2-1) bookworm; urgency=medium
|
rust-proxmox-time (2.0.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* time span:
|
* time span:
|
||||||
|
@ -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.2-dev (= ${binary:Version}),
|
librust-proxmox-time-2.0.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-2.0.2+default-dev (= ${binary:Version})
|
librust-proxmox-time-2.0.3+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