From 7540ebd2388fe8f25c9b8d088ec97fea2795d802 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 28 Jul 2022 13:33:06 +0200 Subject: [PATCH] bump proxmox-shared-memory to 0.2.2-1 Signed-off-by: Wolfgang Bumiller --- proxmox-shared-memory/Cargo.toml | 2 +- proxmox-shared-memory/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index 4a11adde..096828ba 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.1" +version = "0.2.2" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-shared-memory/debian/changelog b/proxmox-shared-memory/debian/changelog index db765cf4..9d80a52e 100644 --- a/proxmox-shared-memory/debian/changelog +++ b/proxmox-shared-memory/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-shared-memory (0.2.2-1) unstable; urgency=medium + + * bump to proxmox-sys 0.4 + + -- Proxmox Support Team Thu, 28 Jul 2022 13:32:31 +0200 + rust-proxmox-shared-memory (0.2.1-1) unstable; urgency=medium * rebuild for nix 0.24 transition