From 74ecd474210259ff29044d79a933af00ba77382e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 12:17:30 +0200 Subject: [PATCH] lang: bump to 1.2.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-lang/Cargo.toml | 2 +- proxmox-lang/debian/changelog | 8 ++++++++ proxmox-lang/debian/control | 13 ++++++------- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/proxmox-lang/Cargo.toml b/proxmox-lang/Cargo.toml index 577dfdbd..606fab4b 100644 --- a/proxmox-lang/Cargo.toml +++ b/proxmox-lang/Cargo.toml @@ -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 diff --git a/proxmox-lang/debian/changelog b/proxmox-lang/debian/changelog index 349f924d..f9eeddce 100644 --- a/proxmox-lang/debian/changelog +++ b/proxmox-lang/debian/changelog @@ -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 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 diff --git a/proxmox-lang/debian/control b/proxmox-lang/debian/control index 9d52b9c5..e36b4265 100644 --- a/proxmox-lang/debian/control +++ b/proxmox-lang/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), rustc:native , libstd-rust-dev Maintainer: Proxmox Support Team -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"