diff --git a/proxmox-uuid/Cargo.toml b/proxmox-uuid/Cargo.toml index 7ca5ff07..fad29e09 100644 --- a/proxmox-uuid/Cargo.toml +++ b/proxmox-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-uuid" -version = "1.0.2" +version = "1.0.3" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-uuid/debian/changelog b/proxmox-uuid/debian/changelog index 59d4633d..299a0314 100644 --- a/proxmox-uuid/debian/changelog +++ b/proxmox-uuid/debian/changelog @@ -1,3 +1,11 @@ +rust-proxmox-uuid (1.0.3-1) bookworm; urgency=medium + + * remove unused dependency on libc + + * doc fixups + + -- Proxmox Support Team Wed, 14 Aug 2024 11:42:51 +0200 + rust-proxmox-uuid (1.0.2-1) unstable; urgency=medium * fix wasm32 build (missing 'use' statements) diff --git a/proxmox-uuid/debian/control b/proxmox-uuid/debian/control index d16ab7d2..1aa707cd 100644 --- a/proxmox-uuid/debian/control +++ b/proxmox-uuid/debian/control @@ -7,10 +7,9 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev , librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , - librust-libc-0.2+default-dev (>= 0.2.107-~~) , uuid-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-uuid @@ -22,7 +21,6 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-js-sys-0.3+default-dev (>= 0.3.55-~~), - librust-libc-0.2+default-dev (>= 0.2.107-~~), uuid-dev Suggests: librust-proxmox-uuid+serde-dev (= ${binary:Version}) @@ -32,11 +30,10 @@ Provides: librust-proxmox-uuid-1+default-dev (= ${binary:Version}), librust-proxmox-uuid-1.0-dev (= ${binary:Version}), librust-proxmox-uuid-1.0+default-dev (= ${binary:Version}), - librust-proxmox-uuid-1.0.2-dev (= ${binary:Version}), - librust-proxmox-uuid-1.0.2+default-dev (= ${binary:Version}) + librust-proxmox-uuid-1.0.3-dev (= ${binary:Version}), + librust-proxmox-uuid-1.0.3+default-dev (= ${binary:Version}) Description: Bindings for libuuid with optional serde support - Rust source code - This package contains the source for the Rust proxmox-uuid crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-uuid" Package: librust-proxmox-uuid+serde-dev Architecture: any @@ -48,7 +45,7 @@ Depends: Provides: librust-proxmox-uuid-1+serde-dev (= ${binary:Version}), librust-proxmox-uuid-1.0+serde-dev (= ${binary:Version}), - librust-proxmox-uuid-1.0.2+serde-dev (= ${binary:Version}) + librust-proxmox-uuid-1.0.3+serde-dev (= ${binary:Version}) Description: Bindings for libuuid with optional serde support - feature "serde" This metapackage enables feature "serde" for the Rust proxmox-uuid crate, by pulling in any additional dependencies needed by that feature.