forked from Proxmox/proxmox
bump proxmox-api-macro to 1.0.8-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
245524d0d8
commit
ca6ca904ad
@ -96,7 +96,7 @@ webauthn-rs = "0.3"
|
||||
zstd = { version = "0.12", features = [ "bindgen" ] }
|
||||
|
||||
# workspace dependencies
|
||||
proxmox-api-macro = { version = "1.0.6", path = "proxmox-api-macro" }
|
||||
proxmox-api-macro = { version = "1.0.8", path = "proxmox-api-macro" }
|
||||
proxmox-async = { version = "0.4.1", path = "proxmox-async" }
|
||||
proxmox-compression = { version = "0.2.0", path = "proxmox-compression" }
|
||||
proxmox-http = { version = "0.9.0", path = "proxmox-http" }
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-api-macro"
|
||||
edition.workspace = true
|
||||
version = "1.0.7"
|
||||
version = "1.0.8"
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-api-macro (1.0.8-1) stable; urgency=medium
|
||||
|
||||
* update to proxmox-schema 3
|
||||
|
||||
* make #[serde(skip_serializing_if)] without #[serde(default)] an error
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 13:44:40 +0100
|
||||
|
||||
rust-proxmox-api-macro (1.0.7-1) stable; urgency=medium
|
||||
|
||||
* make serde(skip_serializing_if) without serde(default) for non-Option
|
||||
|
@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-syn-2+full-dev <!nocheck>,
|
||||
librust-syn-2+visit-mut-dev <!nocheck>
|
||||
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-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-api-macro
|
||||
@ -38,8 +38,7 @@ Provides:
|
||||
librust-proxmox-api-macro-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1.0.7-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1.0.7+default-dev (= ${binary:Version})
|
||||
librust-proxmox-api-macro-1.0.8-dev (= ${binary:Version}),
|
||||
librust-proxmox-api-macro-1.0.8+default-dev (= ${binary:Version})
|
||||
Description: Proxmox API macro - Rust source code
|
||||
This package contains the source for the Rust proxmox-api-macro crate, packaged
|
||||
by debcargo for use with cargo and dh-cargo.
|
||||
Source code for Debianized Rust crate "proxmox-api-macro"
|
||||
|
Loading…
Reference in New Issue
Block a user