diff --git a/proxmox-io/Cargo.toml b/proxmox-io/Cargo.toml index 55938dc3..b973f991 100644 --- a/proxmox-io/Cargo.toml +++ b/proxmox-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-io" -version = "1.0.0" +version = "1.0.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" diff --git a/proxmox-io/debian/changelog b/proxmox-io/debian/changelog index 06acaa9b..40cafb29 100644 --- a/proxmox-io/debian/changelog +++ b/proxmox-io/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-io (1.0.1-1) stable; urgency=medium + + * imported pbs-tools/src/sync/std_channel_writer.rs + + -- Proxmox Support Team Thu, 25 Nov 2021 12:14:27 +0100 + rust-proxmox-io (1.0.0-1) stable; urgency=medium * initial split out of `librust-proxmox-dev` diff --git a/proxmox-io/debian/control b/proxmox-io/debian/control index 0923d0ea..c6c8c664 100644 --- a/proxmox-io/debian/control +++ b/proxmox-io/debian/control @@ -29,8 +29,8 @@ Provides: 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.0-dev (= ${binary:Version}), - librust-proxmox-io-1.0.0+default-dev (= ${binary:Version}) + librust-proxmox-io-1.0.1-dev (= ${binary:Version}), + librust-proxmox-io-1.0.1+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. @@ -46,7 +46,7 @@ Depends: Provides: librust-proxmox-io-1+tokio-dev (= ${binary:Version}), librust-proxmox-io-1.0+tokio-dev (= ${binary:Version}), - librust-proxmox-io-1.0.0+tokio-dev (= ${binary:Version}) + librust-proxmox-io-1.0.1+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.