mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 16:49:12 +00:00
bump proxmox-time version to 1.1.0
This commit is contained in:
parent
6871232791
commit
3a378a34bb
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-time"
|
name = "proxmox-time"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-proxmox-time (1.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* proxmox-time: remove custom error type
|
||||||
|
|
||||||
|
* proxmox-time: added time related fuctions from proxmox-systemd crate
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 17 Nov 2021 11:36:15 +0100
|
||||||
|
|
||||||
rust-proxmox-time (1.0.0-1) stable; urgency=medium
|
rust-proxmox-time (1.0.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* initial split out of `librust-proxmox-dev`
|
* initial split out of `librust-proxmox-dev`
|
||||||
|
@ -6,8 +6,12 @@ Build-Depends: debhelper (>= 12),
|
|||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
|
librust-bitflags-1+default-dev (>= 1.2.1-~~) <!nocheck>,
|
||||||
|
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
||||||
librust-libc-0.2+default-dev <!nocheck>,
|
librust-libc-0.2+default-dev <!nocheck>,
|
||||||
librust-libc-0.2+extra-traits-dev <!nocheck>
|
librust-libc-0.2+extra-traits-dev <!nocheck>,
|
||||||
|
librust-nom-5+default-dev (>= 5.1-~~) <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
@ -19,16 +23,20 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
librust-anyhow-1+default-dev,
|
||||||
|
librust-bitflags-1+default-dev (>= 1.2.1-~~),
|
||||||
|
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||||
librust-libc-0.2+default-dev,
|
librust-libc-0.2+default-dev,
|
||||||
librust-libc-0.2+extra-traits-dev
|
librust-libc-0.2+extra-traits-dev,
|
||||||
|
librust-nom-5+default-dev (>= 5.1-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-time+default-dev (= ${binary:Version}),
|
librust-proxmox-time+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1-dev (= ${binary:Version}),
|
librust-proxmox-time-1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1+default-dev (= ${binary:Version}),
|
librust-proxmox-time-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.0-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.0+default-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.0.0-dev (= ${binary:Version}),
|
librust-proxmox-time-1.1.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-1.0.0+default-dev (= ${binary:Version})
|
librust-proxmox-time-1.1.0+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
|
This package contains the source for the Rust proxmox-time crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user