mirror of
git://git.proxmox.com/git/pxar.git
synced 2025-01-10 09:17:40 +03:00
bump version to 0.7.0-1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
43c585cd83
commit
5db2e175b2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pxar"
|
||||
version = "0.6.2"
|
||||
version = "0.7.0"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
rust-pxar (0.7.0-1) unstable; urgency=medium
|
||||
|
||||
* update to tokio 1.0
|
||||
|
||||
* remove futures-io feature
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Jan 2021 15:21:54 +0100
|
||||
|
||||
rust-pxar (0.6.2-1) unstable; urgency=medium
|
||||
|
||||
* fix error trying decode "special files" (fifos, sockets) using the random
|
||||
|
40
debian/control
vendored
40
debian/control
vendored
@ -38,10 +38,10 @@ Provides:
|
||||
librust-pxar+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0-dev (= ${binary:Version}),
|
||||
librust-pxar-0+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+test-harness-dev (= ${binary:Version})
|
||||
librust-pxar-0.7-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - Rust source code
|
||||
This package contains the source for the Rust pxar crate, packaged by debcargo
|
||||
for use with cargo and dh-cargo.
|
||||
@ -55,8 +55,8 @@ Depends:
|
||||
librust-anyhow-1+default-dev
|
||||
Provides:
|
||||
librust-pxar-0+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+anyhow-dev (= ${binary:Version})
|
||||
librust-pxar-0.7+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+anyhow-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "anyhow"
|
||||
This metapackage enables feature "anyhow" for the Rust pxar crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
@ -74,8 +74,8 @@ Depends:
|
||||
librust-tokio-1+rt-multi-thread-dev
|
||||
Provides:
|
||||
librust-pxar-0+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+async-example-dev (= ${binary:Version})
|
||||
librust-pxar-0.7+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+async-example-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "async-example"
|
||||
This metapackage enables feature "async-example" for the Rust pxar crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -89,8 +89,8 @@ Depends:
|
||||
librust-futures-0.3+default-dev (>= 0.3.1-~~)
|
||||
Provides:
|
||||
librust-pxar-0+futures-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+futures-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+futures-dev (= ${binary:Version})
|
||||
librust-pxar-0.7+futures-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+futures-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "futures"
|
||||
This metapackage enables feature "futures" for the Rust pxar crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
@ -108,12 +108,12 @@ Provides:
|
||||
librust-pxar-0+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+tokio-io-dev (= ${binary:Version})
|
||||
librust-pxar-0.7+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+tokio-io-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "tokio" and 2 more
|
||||
This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
|
||||
any additional dependencies needed by that feature.
|
||||
@ -133,10 +133,10 @@ Provides:
|
||||
librust-pxar+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.6.2+full-dev (= ${binary:Version})
|
||||
librust-pxar-0.7+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.7.0+full-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more
|
||||
This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling
|
||||
in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user