diff --git a/Cargo.toml b/Cargo.toml index 6a7531b5..a818db75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ proxmox-compression = { version = "0.2.0", path = "proxmox-compression" } proxmox-http = { version = "0.9.0", path = "proxmox-http" } proxmox-http-error = { version = "0.1.0", path = "proxmox-http-error" } proxmox-human-byte = { version = "0.1.0", path = "proxmox-human-byte" } -proxmox-io = { version = "1.0.0", path = "proxmox-io" } +proxmox-io = { version = "1.1.0", path = "proxmox-io" } proxmox-lang = { version = "1.1", path = "proxmox-lang" } proxmox-login = { version = "0.1.0", path = "proxmox-login" } proxmox-product-config = { version = "0.2.0", path = "proxmox-product-config" } diff --git a/proxmox-io/Cargo.toml b/proxmox-io/Cargo.toml index 368f9fd3..3094f125 100644 --- a/proxmox-io/Cargo.toml +++ b/proxmox-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-io" -version = "1.0.1" +version = "1.1.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-io/debian/changelog b/proxmox-io/debian/changelog index 40cafb29..6b47740c 100644 --- a/proxmox-io/debian/changelog +++ b/proxmox-io/debian/changelog @@ -1,3 +1,13 @@ +rust-proxmox-io (1.1.0-1) bookworm; urgency=medium + + * fix sparse_copy not copying sparsely on irregular read operations + + * add boxed module for zero/uninitialized boxed byte slices + + * switch to using deny(unsafe_op_in_unsafe_fn) + + -- Proxmox Support Team Wed, 19 Jun 2024 12:20:14 +0200 + rust-proxmox-io (1.0.1-1) stable; urgency=medium * imported pbs-tools/src/sync/std_channel_writer.rs diff --git a/proxmox-io/debian/control b/proxmox-io/debian/control index f8fcbb9d..9fec46e3 100644 --- a/proxmox-io/debian/control +++ b/proxmox-io/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), librust-endian-trait-0.6+arrays-dev , librust-endian-trait-0.6+default-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-io @@ -28,13 +28,12 @@ Provides: librust-proxmox-io+default-dev (= ${binary:Version}), librust-proxmox-io-1-dev (= ${binary:Version}), librust-proxmox-io-1+default-dev (= ${binary:Version}), - librust-proxmox-io-1.0-dev (= ${binary:Version}), - librust-proxmox-io-1.0+default-dev (= ${binary:Version}), - librust-proxmox-io-1.0.1-dev (= ${binary:Version}), - librust-proxmox-io-1.0.1+default-dev (= ${binary:Version}) + librust-proxmox-io-1.1-dev (= ${binary:Version}), + librust-proxmox-io-1.1+default-dev (= ${binary:Version}), + librust-proxmox-io-1.1.0-dev (= ${binary:Version}), + librust-proxmox-io-1.1.0+default-dev (= ${binary:Version}) Description: Extension traits for Read and Write - Rust source code - This package contains the source for the Rust proxmox-io crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-io" Package: librust-proxmox-io+tokio-dev Architecture: any @@ -46,8 +45,8 @@ Depends: librust-tokio-1+io-util-dev (>= 1.6-~~) Provides: librust-proxmox-io-1+tokio-dev (= ${binary:Version}), - librust-proxmox-io-1.0+tokio-dev (= ${binary:Version}), - librust-proxmox-io-1.0.1+tokio-dev (= ${binary:Version}) + librust-proxmox-io-1.1+tokio-dev (= ${binary:Version}), + librust-proxmox-io-1.1.0+tokio-dev (= ${binary:Version}) Description: Extension traits for Read and Write - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox-io crate, by pulling in any additional dependencies needed by that feature.