update proxmox-time to version 1.1.2-1

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2021-12-02 10:36:35 +01:00
parent 6bdf5085dc
commit 259e4b1441
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-time"
version = "1.1.1"
version = "1.1.2"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-time (1.1.2-1) stable; urgency=medium
* calendar-events: parse 'UTC' timezone into calendareven
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Dec 2021 10:36:15 +0100
rust-proxmox-time (1.1.1-1) stable; urgency=medium
* time-span: implement FromStr

View File

@ -35,8 +35,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.1-dev (= ${binary:Version}),
librust-proxmox-time-1.1.1+default-dev (= ${binary:Version})
librust-proxmox-time-1.1.2-dev (= ${binary:Version}),
librust-proxmox-time-1.1.2+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.