bump proxmox-lang to 1.1.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-21 13:43:38 +01:00
parent fc4e02a34f
commit d8ecb87358
3 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-lang"
version = "1.0.0"
version = "1.1.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-lang (1.1.0-1) stable; urgency=medium
* add io_err_other, io_format_err, io_bail and io_bail_last macros
-- Proxmox Support Team <support@proxmox.com> Mon, 21 Feb 2022 13:42:44 +0100
rust-proxmox-lang (1.0.0-1) stable; urgency=medium
* initial split out of `librust-proxmox-dev`

View File

@ -2,7 +2,7 @@ Source: rust-proxmox-lang
Section: rust
Priority: optional
Build-Depends: debhelper (>= 12),
dh-cargo (>= 24),
dh-cargo (>= 25),
cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>
@ -21,10 +21,10 @@ Provides:
librust-proxmox-lang+default-dev (= ${binary:Version}),
librust-proxmox-lang-1-dev (= ${binary:Version}),
librust-proxmox-lang-1+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.0-dev (= ${binary:Version}),
librust-proxmox-lang-1.0+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.0.0-dev (= ${binary:Version}),
librust-proxmox-lang-1.0.0+default-dev (= ${binary:Version})
librust-proxmox-lang-1.1-dev (= ${binary:Version}),
librust-proxmox-lang-1.1+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.1.0-dev (= ${binary:Version}),
librust-proxmox-lang-1.1.0+default-dev (= ${binary:Version})
Description: Simple rust language utilities such as try_block, which have no dependencies - Rust source code
This package contains the source for the Rust proxmox-lang crate, packaged by
debcargo for use with cargo and dh-cargo.