forked from Proxmox/proxmox
bump proxmox-uuid to version 1.0.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
0dc3bcd1a5
commit
b39e6ac669
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-uuid"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-uuid (1.0.1-1) unstable; urgency=medium
|
||||
|
||||
* implement uuid on target wasm32
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> 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`
|
||||
|
@ -2,10 +2,11 @@ Source: rust-proxmox-uuid
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 24),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-js-sys-0.3+default-dev (>= 0.3.55-~~) <!nocheck>,
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
uuid-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user