forked from Proxmox/proxmox
bump proxmox-shared-memory to 0.3.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4f2a7d971b
commit
644852296d
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-shared-memory"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-shared-memory (0.3.0-1) bookworm; urgency=medium
|
||||
|
||||
* bump proxmox-sys dependencyto 0.5.0
|
||||
|
||||
* rebuild for Debian 12 bookworm based series
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:49:48 +0200
|
||||
|
||||
rust-proxmox-shared-memory (0.2.3-1) stable; urgency=medium
|
||||
|
||||
* move common metadata to workspace
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~) <!nocheck>
|
||||
librust-proxmox-sys-0.5+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
@ -25,15 +25,15 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~)
|
||||
librust-proxmox-sys-0.5+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.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.2.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-shared-memory-0.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.3.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-shared-memory-0.3.0+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.
|
||||
|
Loading…
Reference in New Issue
Block a user