From bb8460bc0ffa9e0e119dfb59b2a022f8e9dc1e8e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 20 Jun 2024 13:45:17 +0200 Subject: [PATCH] time: bump to 2.0.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-time/Cargo.toml | 2 +- proxmox-time/debian/changelog | 8 ++++++++ proxmox-time/debian/control | 16 ++++++++-------- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5017b658..ef45bb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,5 +131,5 @@ proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" } proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" } proxmox-sys = { version = "0.5.7", path = "proxmox-sys" } proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" } -proxmox-time = { version = "1.1.6", path = "proxmox-time" } +proxmox-time = { version = "2.0.0", path = "proxmox-time" } proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" } diff --git a/proxmox-time/Cargo.toml b/proxmox-time/Cargo.toml index deb2e4c9..17282507 100644 --- a/proxmox-time/Cargo.toml +++ b/proxmox-time/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-time" -version = "1.1.6" +version = "2.0.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-time/debian/changelog b/proxmox-time/debian/changelog index a59cb15e..3572f996 100644 --- a/proxmox-time/debian/changelog +++ b/proxmox-time/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-time (2.0.0-1) bookworm; urgency=medium + + * fix warnings when building for wasm32 + + * bump bitflags dependency to 2.4 + + -- Proxmox Support Team Thu, 20 Jun 2024 13:44:56 +0200 + rust-proxmox-time (1.1.6-1) stable; urgency=medium * add strftime_l bindings diff --git a/proxmox-time/debian/control b/proxmox-time/debian/control index ff164109..5576ddcb 100644 --- a/proxmox-time/debian/control +++ b/proxmox-time/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , - librust-bitflags-1+default-dev (>= 1.2.1-~~) , + librust-bitflags-2+default-dev (>= 2.4-~~) , librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , librust-lazy-static-1+default-dev (>= 1.4-~~) , librust-libc-0.2+default-dev (>= 0.2.107-~~) , @@ -26,7 +26,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, - librust-bitflags-1+default-dev (>= 1.2.1-~~), + librust-bitflags-2+default-dev (>= 2.4-~~), librust-js-sys-0.3+default-dev (>= 0.3.55-~~), librust-lazy-static-1+default-dev (>= 1.4-~~), librust-libc-0.2+default-dev (>= 0.2.107-~~), @@ -34,11 +34,11 @@ Depends: librust-nom-7+default-dev Provides: librust-proxmox-time+default-dev (= ${binary:Version}), - librust-proxmox-time-1-dev (= ${binary:Version}), - 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.6-dev (= ${binary:Version}), - librust-proxmox-time-1.1.6+default-dev (= ${binary:Version}) + librust-proxmox-time-2-dev (= ${binary:Version}), + librust-proxmox-time-2+default-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.0-dev (= ${binary:Version}), + librust-proxmox-time-2.0.0+default-dev (= ${binary:Version}) Description: Time utilities and TmEditor - Rust source code Source code for Debianized Rust crate "proxmox-time"