mirror of
https://git.proxmox.com/git/proxmox-ve-rs
synced 2025-10-04 06:22:21 +00:00
config: bump to 0.2.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1c9edad1e2
commit
a8f9c5ca27
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-ve-config"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
@ -17,6 +17,6 @@ serde_json = "1"
|
||||
serde_plain = "1"
|
||||
serde_with = "3"
|
||||
|
||||
proxmox-schema = "3.1.2"
|
||||
proxmox-schema = "4"
|
||||
proxmox-sys = "0.6.4"
|
||||
proxmox-sortable-macro = "0.1.3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
proxmox-ve-config (0.2.2) unstable; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 16 Jan 2025 13:52:09 +0100
|
||||
|
||||
proxmox-ve-config (0.2.1) unstable; urgency=medium
|
||||
|
||||
* fix #5927: firewall: alias: lowercase names of aliases
|
||||
|
@ -6,17 +6,17 @@ Build-Depends: cargo:native,
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-thiserror-dev (>= 1.0.59-~~),
|
||||
librust-proxmox-schema-3+default-dev,
|
||||
librust-proxmox-sortable-macro-dev,
|
||||
librust-proxmox-sys-dev,
|
||||
librust-log-0.4+default-dev,
|
||||
librust-nix-0.26+default-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.3-~~),
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.4-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-serde-json-1+default-dev,
|
||||
librust-serde-plain-1+default-dev,
|
||||
librust-serde-with+default-dev,
|
||||
librust-serde-with-3+default-dev,
|
||||
librust-thiserror-1+default-dev (>= 1.0.59-~~),
|
||||
libstd-rust-dev,
|
||||
netbase,
|
||||
python3,
|
||||
|
Loading…
Reference in New Issue
Block a user