lang: bump to 1.2.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
36032b892b
commit
74ecd47421
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-lang"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-lang (1.2.0-1) bookworm; urgency=medium
|
||||
|
||||
* mosty code and clippy fixups
|
||||
|
||||
* c_str! should now work in const context
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2024 12:17:00 +0200
|
||||
|
||||
rust-proxmox-lang (1.1.0-1) stable; urgency=medium
|
||||
|
||||
* add io_err_other, io_format_err, io_bail and io_bail_last macros
|
||||
|
@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12),
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-lang
|
||||
@ -22,10 +22,9 @@ 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.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})
|
||||
librust-proxmox-lang-1.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-lang-1.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-lang-1.2.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-lang-1.2.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.
|
||||
Source code for Debianized Rust crate "proxmox-lang"
|
||||
|
Loading…
Reference in New Issue
Block a user