From f7c9738eadb47a0c1b425338b2f85e5833ae37ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 2 Jun 2022 12:13:36 +0200 Subject: [PATCH] bump proxmox-shared-memory to 0.2.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 | 6 ++++++ proxmox-shared-memory/debian/control | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index f05260e4..4839ab8f 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.0" +version = "0.2.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-shared-memory/debian/changelog b/proxmox-shared-memory/debian/changelog index 459cc6da..db765cf4 100644 --- a/proxmox-shared-memory/debian/changelog +++ b/proxmox-shared-memory/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-shared-memory (0.2.1-1) unstable; urgency=medium + + * rebuild for nix 0.24 transition + + -- Proxmox Support Team Thu, 2 Jun 2022 12:13:00 +0200 + rust-proxmox-shared-memory (0.2.0-1) unstable; urgency=medium * rebuild using proxmox-sys 0.2.0 diff --git a/proxmox-shared-memory/debian/control b/proxmox-shared-memory/debian/control index 7f8c064f..e9542e61 100644 --- a/proxmox-shared-memory/debian/control +++ b/proxmox-shared-memory/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev , librust-libc-0.2+default-dev (>= 0.2.107-~~) , - librust-nix-0.19+default-dev (>= 0.19.1-~~) , - librust-proxmox-sys-0.2+default-dev + librust-nix-0.24+default-dev (>= 0.24.1-~~) , + librust-proxmox-sys-0.3+default-dev Maintainer: Proxmox Support Team Standards-Version: 4.5.1 Vcs-Git: git://git.proxmox.com/git/proxmox.git @@ -23,16 +23,16 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-libc-0.2+default-dev (>= 0.2.107-~~), - librust-nix-0.19+default-dev (>= 0.19.1-~~), - librust-proxmox-sys-0.2+default-dev + librust-nix-0.24+default-dev (>= 0.24.1-~~), + librust-proxmox-sys-0.3+default-dev Provides: librust-proxmox-shared-memory+default-dev (= ${binary:Version}), librust-proxmox-shared-memory-0-dev (= ${binary:Version}), librust-proxmox-shared-memory-0+default-dev (= ${binary:Version}), librust-proxmox-shared-memory-0.2-dev (= ${binary:Version}), librust-proxmox-shared-memory-0.2+default-dev (= ${binary:Version}), - librust-proxmox-shared-memory-0.2.0-dev (= ${binary:Version}), - librust-proxmox-shared-memory-0.2.0+default-dev (= ${binary:Version}) + librust-proxmox-shared-memory-0.2.1-dev (= ${binary:Version}), + librust-proxmox-shared-memory-0.2.1+default-dev (= ${binary:Version}) Description: Shared memory helpers and shared mutex implementation - Rust source code This package contains the source for the Rust proxmox-shared-memory crate, packaged by debcargo for use with cargo and dh-cargo.