From 2cebe420c1c97a4125ce2cccba60c6632d976bae Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 12 Jan 2023 14:21:44 +0100 Subject: [PATCH] bump proxmox-time to 1.1.5-1 Signed-off-by: Wolfgang Bumiller --- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 10 ++++++++++ proxmox-time/debian/control | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index 963d841f..82ed7c56 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.4" +version = "1.1.5" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index 17ae8d3d..9ad3de84 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-time (1.1.5-1) stable; urgency=medium + + * re-add epoch_to_rfc3339_utc on wasm target + + * rust edition cleanup + + * clippy fixes + + -- Proxmox Support Team Thu, 12 Jan 2023 14:20:10 +0100 + rust-proxmox-time (1.1.4-1) stable; urgency=medium * Update to nom 7 diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index d73e2719..7a8229e8 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -38,8 +38,8 @@ Provides: librust-proxmox-time-1+default-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.4-dev (= ${binary:Version}), - librust-proxmox-time-1.1.4+default-dev (= ${binary:Version}) + librust-proxmox-time-1.1.5-dev (= ${binary:Version}), + librust-proxmox-time-1.1.5+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code This package contains the source for the Rust proxmox-time crate, packaged by debcargo for use with cargo and dh-cargo.