lang: bump to 1.3.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2024-06-20 10:41:54 +02:00
parent b16922860a
commit d8eb6d1bde
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,11 @@
rust-proxmox-lang (1.3.0-1) bookworm; urgency=medium
* deprecate c_str! macro in favor of c"literals"
* deprecate offsetof! macro in favor of std::mem::offset_of! macro
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 10:41:36 +0200
rust-proxmox-lang (1.2.0-1) bookworm; urgency=medium
* mosty code and clippy fixups

View File

@ -22,9 +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.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})
librust-proxmox-lang-1.3-dev (= ${binary:Version}),
librust-proxmox-lang-1.3+default-dev (= ${binary:Version}),
librust-proxmox-lang-1.3.0-dev (= ${binary:Version}),
librust-proxmox-lang-1.3.0+default-dev (= ${binary:Version})
Description: Simple rust language utilities such as try_block, which have no dependencies - Rust source code
Source code for Debianized Rust crate "proxmox-lang"