mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-12 19:36:53 +00:00
time: bump to 2.0.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3fabb14d62
commit
a88be21074
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-time"
|
name = "proxmox-time"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
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 (2.0.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* replace lazy_static with std's LazyLock and drop dependency
|
||||||
|
|
||||||
|
* various typo fixes in the documentation
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:07:49 +0200
|
||||||
|
|
||||||
rust-proxmox-time (2.0.0-1) bookworm; urgency=medium
|
rust-proxmox-time (2.0.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* fix warnings when building for wasm32
|
* fix warnings when building for wasm32
|
||||||
|
@ -4,12 +4,11 @@ Priority: optional
|
|||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 25),
|
dh-cargo (>= 25),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native (>= 1.80) <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-bitflags-2+default-dev (>= 2.4-~~) <!nocheck>,
|
librust-bitflags-2+default-dev (>= 2.4-~~) <!nocheck>,
|
||||||
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
||||||
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
|
||||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||||
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>
|
||||||
@ -28,7 +27,6 @@ Depends:
|
|||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-bitflags-2+default-dev (>= 2.4-~~),
|
librust-bitflags-2+default-dev (>= 2.4-~~),
|
||||||
librust-js-sys-0.3+default-dev (>= 0.3.55-~~),
|
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-~~),
|
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||||
librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~),
|
librust-libc-0.2+extra-traits-dev (>= 0.2.107-~~),
|
||||||
librust-nom-7+default-dev
|
librust-nom-7+default-dev
|
||||||
@ -38,7 +36,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.0-dev (= ${binary:Version}),
|
librust-proxmox-time-2.0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-2.0.0+default-dev (= ${binary:Version})
|
librust-proxmox-time-2.0.1+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