From 16daad64c7ddc3cec53da5c87ecab370894c7f4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Apr 2022 13:46:52 +0200 Subject: [PATCH] bump proxmox-router to 1.2.1-1 Signed-off-by: Wolfgang Bumiller --- proxmox-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 7 +++++++ proxmox-router/debian/control | 14 +++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index 4e415d5f..abcd9674 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "1.2.0" +version = "1.2.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index cf0d7c43..5313984e 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-router (1.2.1-1) unstable; urgency=medium + + * implement `Index` and `IndexMut` directly on `dyn RpcEnvironment` instead + of just on references + + -- Proxmox Support Team Thu, 21 Apr 2022 13:46:29 +0200 + rust-proxmox-router (1.2.0-1) unstable; urgency=medium * add `SerializableReturn` trait diff --git a/proxmox-router/debian/control b/proxmox-router/debian/control index de155416..24c660a3 100644 --- a/proxmox-router/debian/control +++ b/proxmox-router/debian/control @@ -54,7 +54,7 @@ Suggests: Provides: librust-proxmox-router-1-dev (= ${binary:Version}), librust-proxmox-router-1.2-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1-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. @@ -74,8 +74,8 @@ Provides: librust-proxmox-router-1+default-dev (= ${binary:Version}), librust-proxmox-router-1.2+cli-dev (= ${binary:Version}), librust-proxmox-router-1.2+default-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+cli-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+default-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1+cli-dev (= ${binary:Version}), + librust-proxmox-router-1.2.1+default-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more This metapackage enables feature "cli" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -92,7 +92,7 @@ Depends: Provides: librust-proxmox-router-1+libc-dev (= ${binary:Version}), librust-proxmox-router-1.2+libc-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+libc-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1+libc-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "libc" This metapackage enables feature "libc" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -107,7 +107,7 @@ Depends: Provides: librust-proxmox-router-1+rustyline-dev (= ${binary:Version}), librust-proxmox-router-1.2+rustyline-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+rustyline-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1+rustyline-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "rustyline" This metapackage enables feature "rustyline" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature. @@ -122,7 +122,7 @@ Depends: Provides: librust-proxmox-router-1+test-harness-dev (= ${binary:Version}), librust-proxmox-router-1.2+test-harness-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+test-harness-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1+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. @@ -137,7 +137,7 @@ Depends: Provides: librust-proxmox-router-1+tokio-dev (= ${binary:Version}), librust-proxmox-router-1.2+tokio-dev (= ${binary:Version}), - librust-proxmox-router-1.2.0+tokio-dev (= ${binary:Version}) + librust-proxmox-router-1.2.1+tokio-dev (= ${binary:Version}) Description: Proxmox API Router and CLI utilities - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox-router crate, by pulling in any additional dependencies needed by that feature.