From 01e68eb40e626541dd329a24e2c4f5a0fdf15a9d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 6 Dec 2023 16:00:10 +0100 Subject: [PATCH] bump proxmox-router to 2.1.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 6 ++++++ proxmox-router/debian/control | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index c53ccd06..afe2abb5 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.1.1" +version = "2.1.2" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 8be9d469..af4b4eb3 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-router (2.1.2-1) stable; urgency=medium + + * fix a compile warning + + -- Proxmox Support Team Wed, 06 Dec 2023 15:59:39 +0100 + rust-proxmox-router (2.1.1-1) stable; urgency=medium * rebuild with env_logger 0.10 diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index 615cb534..820bf62a 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -54,7 +54,7 @@ Suggests: Provides: librust-proxmox-router-2-dev (= ${binary:Version}), librust-proxmox-router-2.1-dev (= ${binary:Version}), - librust-proxmox-router-2.1.1-dev (= ${binary:Version}) + librust-proxmox-router-2.1.2-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - Rust source code This package contains the source for the Rust proxmox-router crate, packaged by debcargo for use with cargo and dh-cargo. @@ -72,7 +72,7 @@ Depends: Provides: librust-proxmox-router-2+cli-dev (= ${binary:Version}), librust-proxmox-router-2.1+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.1.1+cli-dev (= ${binary:Version}) + librust-proxmox-router-2.1.2+cli-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "cli" This metapackage enables feature "cli" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -88,7 +88,7 @@ Depends: Provides: librust-proxmox-router-2+default-dev (= ${binary:Version}), librust-proxmox-router-2.1+default-dev (= ${binary:Version}), - librust-proxmox-router-2.1.1+default-dev (= ${binary:Version}) + librust-proxmox-router-2.1.2+default-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "default" This metapackage enables feature "default" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -105,7 +105,7 @@ Depends: Provides: librust-proxmox-router-2+server-dev (= ${binary:Version}), librust-proxmox-router-2.1+server-dev (= ${binary:Version}), - librust-proxmox-router-2.1.1+server-dev (= ${binary:Version}) + librust-proxmox-router-2.1.2+server-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "server" This metapackage enables feature "server" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -120,7 +120,7 @@ Depends: Provides: librust-proxmox-router-2+test-harness-dev (= ${binary:Version}), librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-2.1.1+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-2.1.2+test-harness-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "test-harness" This metapackage enables feature "test-harness" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature.