From d0c1958f866583d783338ebed54d917a7fb8d054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Jan 2023 12:08:58 +0100 Subject: [PATCH] bump proxmox-schema to 1.3.6-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- proxmox-schema/Cargo.toml | 2 +- proxmox-schema/debian/changelog | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ee156ad..b4d95d15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ proxmox-http = { version = "0.7", path = "proxmox-http" } proxmox-io = { version = "1.0.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-router = { version = "1.3.0", path = "proxmox-router" } -proxmox-schema = { version = "1.3.5", path = "proxmox-schema" } +proxmox-schema = { version = "1.3.6", path = "proxmox-schema" } proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] } proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" } proxmox-sys = { version = "0.4.2", path = "proxmox-sys" } diff --git a/proxmox-schema/Cargo.toml b/proxmox-schema/Cargo.toml index 116a19c9..e1b18b1d 100644 --- a/proxmox-schema/Cargo.toml +++ b/proxmox-schema/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-schema" -version = "1.3.5" +version = "1.3.6" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-schema/debian/changelog b/proxmox-schema/debian/changelog index 47f966b0..4ae83daf 100644 --- a/proxmox-schema/debian/changelog +++ b/proxmox-schema/debian/changelog @@ -1,3 +1,15 @@ +rust-proxmox-schema (1.3.6-1) stable; urgency=medium + + * clippy 1.65 fixes + + * move common metadata to workspace + + * use workspace dependencies + + * update nix to 0.26 + + -- Proxmox Support Team Thu, 05 Jan 2023 12:08:15 +0100 + rust-proxmox-schema (1.3.5-1) unstable; urgency=medium * bump textwrap to 0.16