bump proxmox-sortable-macro to 0.1.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-11-26 14:10:55 +01:00
parent 2ce2136744
commit 0bb298b262
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-sortable-macro" name = "proxmox-sortable-macro"
version = "0.1.1" version = "0.1.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
license = "AGPL-3" license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-sortable-macro (0.1.2-1) proxmox-rust; urgency=medium
* remove the need for an 'identity' macro
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Nov 2021 14:10:37 +0100
rust-proxmox-sortable-macro (0.1.1-1) proxmox-rust; urgency=medium rust-proxmox-sortable-macro (0.1.1-1) proxmox-rust; urgency=medium
* replace failure with anyhow crate * replace failure with anyhow crate

View File

@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 12),
cargo:native <!nocheck>, cargo:native <!nocheck>,
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>,
librust-proc-macro2-1+default-dev <!nocheck>, librust-proc-macro2-1+default-dev <!nocheck>,
librust-quote-1+default-dev <!nocheck>, librust-quote-1+default-dev <!nocheck>,
librust-syn-1+default-dev <!nocheck>, librust-syn-1+default-dev <!nocheck>,
@ -23,7 +22,6 @@ Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-anyhow-1+default-dev,
librust-proc-macro2-1+default-dev, librust-proc-macro2-1+default-dev,
librust-quote-1+default-dev, librust-quote-1+default-dev,
librust-syn-1+default-dev, librust-syn-1+default-dev,
@ -35,8 +33,8 @@ Provides:
librust-proxmox-sortable-macro-0+default-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0+default-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0.1-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1+default-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0.1+default-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1.1-dev (= ${binary:Version}), librust-proxmox-sortable-macro-0.1.2-dev (= ${binary:Version}),
librust-proxmox-sortable-macro-0.1.1+default-dev (= ${binary:Version}) librust-proxmox-sortable-macro-0.1.2+default-dev (= ${binary:Version})
Description: Proxmox sortable macro - Rust source code Description: Proxmox sortable macro - Rust source code
This package contains the source for the Rust proxmox-sortable-macro crate, This package contains the source for the Rust proxmox-sortable-macro crate,
packaged by debcargo for use with cargo and dh-cargo. packaged by debcargo for use with cargo and dh-cargo.