diff --git a/proxmox-shared-memory/Cargo.toml b/proxmox-shared-memory/Cargo.toml index 5064e7e4..610d2387 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.3" +version = "0.3.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-shared-memory/debian/changelog b/proxmox-shared-memory/debian/changelog index 11616508..9453da89 100644 --- a/proxmox-shared-memory/debian/changelog +++ b/proxmox-shared-memory/debian/changelog @@ -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 Tue, 23 May 2023 11:49:48 +0200 + rust-proxmox-shared-memory (0.2.3-1) stable; urgency=medium * move common metadata to workspace diff --git a/proxmox-shared-memory/debian/control b/proxmox-shared-memory/debian/control index 268b6e93..b275899f 100644 --- a/proxmox-shared-memory/debian/control +++ b/proxmox-shared-memory/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), 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 Maintainer: Proxmox Support Team 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.