lang: bump to 1.3.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user