forked from Proxmox/proxmox
io: bump to 1.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
74ecd47421
commit
c336cb9ab7
@ -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" }
|
||||
|
@ -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
|
||||
|
@ -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 <support@proxmox.com> 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
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-endian-trait-0.6+arrays-dev <!nocheck>,
|
||||
librust-endian-trait-0.6+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user