diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index d109dabd..8dc2ddaa 100644 --- a/proxmox-shared-memory/Cargo.toml +++ b/proxmox-shared-memory/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-shared-memory" -version = "0.1.0" +version = "0.1.1" authors = ["Dietmar Maurer "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-shared-memory/debian/changelog b/proxmox-shared-memory/debian/changelog index 2518074a..1691b5ff 100644 --- a/proxmox-shared-memory/debian/changelog +++ b/proxmox-shared-memory/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-shared-memory (0.1.1-1) unstable; urgency=medium + + * depend on libc 0.2.107 + + -- Proxmox Support Team Mon, 15 Nov 2021 11:31:12 +0100 + rust-proxmox-shared-memory (0.1.0-2) unstable; urgency=medium * remove debug println diff --git a/proxmox-shared-memory/debian/control b/proxmox-shared-memory/debian/control index 793d144f..2223612c 100644 --- a/proxmox-shared-memory/debian/control +++ b/proxmox-shared-memory/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , 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 Maintainer: Proxmox Support Team @@ -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.