From 985717d948ea6212a44adf321158af821f83a7a8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 28 Jul 2023 11:26:01 +0200 Subject: [PATCH] bump proxmox-router to 2.1.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 6 ++++++ proxmox-router/debian/control | 22 ++++++++++++---------- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index 7d4d32f8..1c08ce24 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "2.0.0" +version = "2.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 512f8ad3..e274e61c 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-router (2.1.0-1) bookworm; urgency=medium + + * move `HttpError` and its macros into its own crate and re-export here + + -- Proxmox Support Team Fri, 28 Jul 2023 11:08:59 +0200 + rust-proxmox-router (2.0.0-1) bookworm; urgency=medium * update to Debian 12 bookworm versioning diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index e8bcec98..7cd885c3 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 12), librust-nix-0.26+default-dev (>= 0.26.1-~~) , librust-percent-encoding-2+default-dev (>= 2.1-~~) , librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~) , + librust-proxmox-http-error-0.1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.1-~~) , librust-proxmox-schema-2+default-dev , librust-rustyline-9+default-dev , @@ -38,6 +39,7 @@ Depends: librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-proxmox-async-0.4+default-dev (>= 0.4.1-~~), + librust-proxmox-http-error-0.1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-schema-2+default-dev, librust-serde-1+default-dev, @@ -51,8 +53,8 @@ Suggests: librust-proxmox-router+test-harness-dev (= ${binary:Version}) Provides: librust-proxmox-router-2-dev (= ${binary:Version}), - librust-proxmox-router-2.0-dev (= ${binary:Version}), - librust-proxmox-router-2.0.0-dev (= ${binary:Version}) + librust-proxmox-router-2.1-dev (= ${binary:Version}), + librust-proxmox-router-2.1.0-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. @@ -69,8 +71,8 @@ Depends: librust-tokio-1+default-dev (>= 1.6-~~) Provides: librust-proxmox-router-2+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.0+cli-dev (= ${binary:Version}), - librust-proxmox-router-2.0.0+cli-dev (= ${binary:Version}) + librust-proxmox-router-2.1+cli-dev (= ${binary:Version}), + librust-proxmox-router-2.1.0+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. @@ -85,8 +87,8 @@ Depends: librust-proxmox-router+server-dev (= ${binary:Version}) Provides: librust-proxmox-router-2+default-dev (= ${binary:Version}), - librust-proxmox-router-2.0+default-dev (= ${binary:Version}), - librust-proxmox-router-2.0.0+default-dev (= ${binary:Version}) + librust-proxmox-router-2.1+default-dev (= ${binary:Version}), + librust-proxmox-router-2.1.0+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. @@ -102,8 +104,8 @@ Depends: librust-hyper-0.14+full-dev (>= 0.14.5-~~) Provides: librust-proxmox-router-2+server-dev (= ${binary:Version}), - librust-proxmox-router-2.0+server-dev (= ${binary:Version}), - librust-proxmox-router-2.0.0+server-dev (= ${binary:Version}) + librust-proxmox-router-2.1+server-dev (= ${binary:Version}), + librust-proxmox-router-2.1.0+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. @@ -117,8 +119,8 @@ Depends: librust-proxmox-schema-2+test-harness-dev Provides: librust-proxmox-router-2+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-2.0+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-2.0.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-2.1+test-harness-dev (= ${binary:Version}), + librust-proxmox-router-2.1.0+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.