bump proxmox-shared-memory to version 0.1.1-1

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2021-11-15 11:32:16 +01:00
parent ece92bde29
commit 41d0cef377
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-shared-memory"
version = "0.1.0"
version = "0.1.1"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-shared-memory (0.1.1-1) unstable; urgency=medium
* depend on libc 0.2.107
-- Proxmox Support Team <support@proxmox.com> Mon, 15 Nov 2021 11:31:12 +0100
rust-proxmox-shared-memory (0.1.0-2) unstable; urgency=medium
* remove debug println

View File

@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>,
librust-libc-0.2+default-dev <!nocheck>,
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
librust-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
librust-proxmox-0.15-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
@ -22,7 +22,7 @@ Multi-Arch: same
Depends:
${misc:Depends},
librust-anyhow-1+default-dev,
librust-libc-0.2+default-dev,
librust-libc-0.2+default-dev (>= 0.2.107-~~),
librust-nix-0.19+default-dev (>= 0.19.1-~~),
librust-proxmox-0.15-dev
Provides:
@ -31,8 +31,8 @@ Provides:
librust-proxmox-shared-memory-0+default-dev (= ${binary:Version}),
librust-proxmox-shared-memory-0.1-dev (= ${binary:Version}),
librust-proxmox-shared-memory-0.1+default-dev (= ${binary:Version}),
librust-proxmox-shared-memory-0.1.0-dev (= ${binary:Version}),
librust-proxmox-shared-memory-0.1.0+default-dev (= ${binary:Version})
librust-proxmox-shared-memory-0.1.1-dev (= ${binary:Version}),
librust-proxmox-shared-memory-0.1.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.