From b39e6ac669fe5b251c2409ecf683cfc11a7dcfd9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 3 Dec 2021 09:19:50 +0100 Subject: [PATCH] bump proxmox-uuid to version 1.0.1-1 Signed-off-by: Dietmar Maurer --- proxmox-uuid/Cargo.toml | 2 +- proxmox-uuid/debian/changelog | 6 ++++++ proxmox-uuid/debian/control | 10 ++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/proxmox-uuid/Cargo.toml b/proxmox-uuid/Cargo.toml index 7499ea7e..1ce0a0e1 100644 --- a/proxmox-uuid/Cargo.toml +++ b/proxmox-uuid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-uuid" -version = "1.0.0" +version = "1.0.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-uuid/debian/changelog b/proxmox-uuid/debian/changelog index 76f5e54b..ff0612a0 100644 --- a/proxmox-uuid/debian/changelog +++ b/proxmox-uuid/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-uuid (1.0.1-1) unstable; urgency=medium + + * implement uuid on target wasm32 + + -- Proxmox Support Team Fri, 03 Dec 2021 09:19:27 +0100 + rust-proxmox-uuid (1.0.0-1) stable; urgency=medium * initial split out of `librust-proxmox-dev` diff --git a/proxmox-uuid/debian/control b/proxmox-uuid/debian/control index f65b1bf9..b2301243 100644 --- a/proxmox-uuid/debian/control +++ b/proxmox-uuid/debian/control @@ -2,10 +2,11 @@ Source: rust-proxmox-uuid Section: rust Priority: optional Build-Depends: debhelper (>= 12), - dh-cargo (>= 24), + dh-cargo (>= 25), cargo:native , rustc:native , libstd-rust-dev , + librust-js-sys-0.3+default-dev (>= 0.3.55-~~) , librust-libc-0.2+default-dev , uuid-dev Maintainer: Proxmox Support Team @@ -19,6 +20,7 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, + librust-js-sys-0.3+default-dev (>= 0.3.55-~~), librust-libc-0.2+default-dev, uuid-dev Suggests: @@ -29,8 +31,8 @@ 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.0-dev (= ${binary:Version}), - librust-proxmox-uuid-1.0.0+default-dev (= ${binary:Version}) + librust-proxmox-uuid-1.0.1-dev (= ${binary:Version}), + librust-proxmox-uuid-1.0.1+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. @@ -45,7 +47,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.0+serde-dev (= ${binary:Version}) + librust-proxmox-uuid-1.0.1+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.