mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 01:54:08 +00:00
bump proxmox-lang to 1.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fc4e02a34f
commit
d8ecb87358
@ -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"
|
||||
|
@ -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`
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user