mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-15 21:51:19 +00:00
serde: bump to 0.1.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3cd7223cc1
commit
821fdb63b0
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-serde"
|
name = "proxmox-serde"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-serde (0.1.2) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* upgrade proxmox-time to 2.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 13:52:11 +0200
|
||||||
|
|
||||||
rust-proxmox-serde (0.1.1) stable; urgency=medium
|
rust-proxmox-serde (0.1.1) stable; urgency=medium
|
||||||
|
|
||||||
* add to_canonical_json/write_canonical_json
|
* add to_canonical_json/write_canonical_json
|
||||||
|
@ -8,12 +8,12 @@ Build-Depends: debhelper (>= 12),
|
|||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
librust-base64-0.13+default-dev <!nocheck>,
|
librust-base64-0.13+default-dev <!nocheck>,
|
||||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
|
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-1+derive-dev <!nocheck>,
|
librust-serde-1+derive-dev <!nocheck>,
|
||||||
uuid-dev <!nocheck>
|
uuid-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
X-Cargo-Crate: proxmox-serde
|
X-Cargo-Crate: proxmox-serde
|
||||||
@ -26,7 +26,7 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
librust-anyhow-1+default-dev,
|
||||||
librust-base64-0.13+default-dev,
|
librust-base64-0.13+default-dev,
|
||||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
|
librust-proxmox-time-2+default-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-1+derive-dev,
|
librust-serde-1+derive-dev,
|
||||||
uuid-dev
|
uuid-dev
|
||||||
@ -38,11 +38,10 @@ Provides:
|
|||||||
librust-proxmox-serde-0+default-dev (= ${binary:Version}),
|
librust-proxmox-serde-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1-dev (= ${binary:Version}),
|
librust-proxmox-serde-0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1+default-dev (= ${binary:Version}),
|
librust-proxmox-serde-0.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1.1-dev (= ${binary:Version}),
|
librust-proxmox-serde-0.1.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1.1+default-dev (= ${binary:Version})
|
librust-proxmox-serde-0.1.2+default-dev (= ${binary:Version})
|
||||||
Description: Serde formatting tools - Rust source code
|
Description: Serde formatting tools - Rust source code
|
||||||
This package contains the source for the Rust proxmox-serde crate, packaged by
|
Source code for Debianized Rust crate "proxmox-serde"
|
||||||
debcargo for use with cargo and dh-cargo.
|
|
||||||
|
|
||||||
Package: librust-proxmox-serde+serde-json-dev
|
Package: librust-proxmox-serde+serde-json-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -54,7 +53,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-serde-0+serde-json-dev (= ${binary:Version}),
|
librust-proxmox-serde-0+serde-json-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1+serde-json-dev (= ${binary:Version}),
|
librust-proxmox-serde-0.1+serde-json-dev (= ${binary:Version}),
|
||||||
librust-proxmox-serde-0.1.1+serde-json-dev (= ${binary:Version})
|
librust-proxmox-serde-0.1.2+serde-json-dev (= ${binary:Version})
|
||||||
Description: Serde formatting tools - feature "serde_json"
|
Description: Serde formatting tools - feature "serde_json"
|
||||||
This metapackage enables feature "serde_json" for the Rust proxmox-serde crate,
|
This metapackage enables feature "serde_json" for the Rust proxmox-serde crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user