mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-01 03:19:40 +00:00
bump proxmox-shared-memory to version 0.1.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
ece92bde29
commit
41d0cef377
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-shared-memory"
|
name = "proxmox-shared-memory"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
|
@ -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
|
rust-proxmox-shared-memory (0.1.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* remove debug println
|
* remove debug println
|
||||||
|
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
|
|||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-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-nix-0.19+default-dev (>= 0.19.1-~~) <!nocheck>,
|
||||||
librust-proxmox-0.15-dev <!nocheck>
|
librust-proxmox-0.15-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
@ -22,7 +22,7 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-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-nix-0.19+default-dev (>= 0.19.1-~~),
|
||||||
librust-proxmox-0.15-dev
|
librust-proxmox-0.15-dev
|
||||||
Provides:
|
Provides:
|
||||||
@ -31,8 +31,8 @@ Provides:
|
|||||||
librust-proxmox-shared-memory-0+default-dev (= ${binary:Version}),
|
librust-proxmox-shared-memory-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-shared-memory-0.1-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-shared-memory-0.1.0-dev (= ${binary:Version}),
|
librust-proxmox-shared-memory-0.1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-shared-memory-0.1.0+default-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
|
Description: Shared memory helpers and shared mutex implementation - Rust source code
|
||||||
This package contains the source for the Rust proxmox-shared-memory crate,
|
This package contains the source for the Rust proxmox-shared-memory crate,
|
||||||
packaged by debcargo for use with cargo and dh-cargo.
|
packaged by debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user