mirror of
https://git.proxmox.com/git/proxmox
synced 2025-04-30 17:41:35 +00:00
bump proxmox-time to 1.1.6
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
dc72878d37
commit
ea05268cde
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-time"
|
name = "proxmox-time"
|
||||||
version = "1.1.5"
|
version = "1.1.6"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-time (1.1.6-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* add strftime_l bindings
|
||||||
|
|
||||||
|
* add epoch_to_rfc2822
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jan 2024 12:17:05 +0100
|
||||||
|
|
||||||
rust-proxmox-time (1.1.5-1) stable; urgency=medium
|
rust-proxmox-time (1.1.5-1) stable; urgency=medium
|
||||||
|
|
||||||
* re-add epoch_to_rfc3339_utc on wasm target
|
* re-add epoch_to_rfc3339_utc on wasm target
|
||||||
|
@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) <!nocheck>,
|
librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~) <!nocheck>,
|
||||||
librust-nom-7+default-dev <!nocheck>
|
librust-nom-7+default-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-time
|
X-Cargo-Crate: proxmox-time
|
||||||
@ -38,8 +38,7 @@ Provides:
|
|||||||
librust-proxmox-time-1+default-dev (= ${binary:Version}),
|
librust-proxmox-time-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.1-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.1.5-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1.6-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.1.5+default-dev (= ${binary:Version})
|
librust-proxmox-time-1.1.6+default-dev (= ${binary:Version})
|
||||||
Description: Time utilities and TmEditor - Rust source code
|
Description: Time utilities and TmEditor - Rust source code
|
||||||
This package contains the source for the Rust proxmox-time crate, packaged by
|
Source code for Debianized Rust crate "proxmox-time"
|
||||||
debcargo for use with cargo and dh-cargo.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user