From 40cb468bef61c98c7e31ac450153c65bc617b5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Jan 2023 12:10:00 +0100 Subject: [PATCH] bump proxmox-router to 1.3.1-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-router/Cargo.toml | 2 +- proxmox-router/debian/changelog | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4d95d15..40570b6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ proxmox-compression = { version = "0.1.1", path = "proxmox-compression" } 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-router = { version = "1.3.1", path = "proxmox-router" } 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" } diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index c91fdfd8..e73bf1b4 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-router" -version = "1.3.0" +version = "1.3.1" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-router/debian/changelog b/proxmox-router/debian/changelog index 34c98f83..990177fa 100644 --- a/proxmox-router/debian/changelog +++ b/proxmox-router/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-router (1.3.1-1) stable; urgency=medium + + * move common metadata to workspace + + * use workspace dependencies + + * update nix to 0.26 + + -- Proxmox Support Team Thu, 05 Jan 2023 12:09:26 +0100 + rust-proxmox-router (1.3.0-1) unstable; urgency=medium * make hyper/http optional via new "server" feature