bump proxmox-io version to 1.0.1-1
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
10ad340322
commit
cdf8220676
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-io"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -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 <support@proxmox.com> 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`
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user