From 30ae33a31d4ebaa03ac75d25ea6f235a6b6c7cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Jan 2023 12:13:53 +0100 Subject: [PATCH] bump proxmox-shared-memory to 0.2.3-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-shared-memory/Cargo.toml | 2 +- proxmox-shared-memory/debian/changelog | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index 51908930..5064e7e4 100644 --- a/proxmox-shared-memory/Cargo.toml +++ b/proxmox-shared-memory/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-shared-memory" -version = "0.2.2" +version = "0.2.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-shared-memory/debian/changelog b/proxmox-shared-memory/debian/changelog index 9d80a52e..11616508 100644 --- a/proxmox-shared-memory/debian/changelog +++ b/proxmox-shared-memory/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-shared-memory (0.2.3-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:13:25 +0100 + rust-proxmox-shared-memory (0.2.2-1) unstable; urgency=medium * bump to proxmox-sys 0.4