lang: bump to 1.4.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-07-26 13:13:29 +02:00
parent e3a5ff78f4
commit a7ba12d0b8
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-lang"
version = "1.3.0"
version = "1.4.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-lang (1.4.0-1) bookworm; urgency=medium
* deprecate io_err_other in favor of std::io::Error::other
-- Proxmox Support Team <support@proxmox.com> Fri, 26 Jul 2024 13:13:21 +0200
rust-proxmox-lang (1.3.0-1) bookworm; urgency=medium
* deprecate c_str! macro in favor of c"literals"