mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-22 21:33:50 +03:00
bump version to 0.10.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
180186c567
commit
64f8857c70
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pxar"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
rust-pxar (0.10.0-1) unstable; urgency=medium
|
||||
|
||||
* StatxTimestamp is now explicitly padded with zeroes to avoid situations
|
||||
where uninitialized bytes could end up being written out along with it
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Mar 2021 10:37:18 +0100
|
||||
|
||||
rust-pxar (0.9.0-1) unstable; urgency=medium
|
||||
|
||||
* Nesting now doesn't use trait objects but non-stacking borrows, therefore
|
||||
|
36
debian/control
vendored
36
debian/control
vendored
@ -37,10 +37,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.9-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+test-harness-dev (= ${binary:Version})
|
||||
librust-pxar-0.10-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.0-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.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.
|
||||
@ -54,8 +54,8 @@ Depends:
|
||||
librust-anyhow-1+default-dev
|
||||
Provides:
|
||||
librust-pxar-0+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+anyhow-dev (= ${binary:Version})
|
||||
librust-pxar-0.10+anyhow-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.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.
|
||||
@ -73,8 +73,8 @@ Depends:
|
||||
librust-tokio-1+rt-multi-thread-dev
|
||||
Provides:
|
||||
librust-pxar-0+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+async-example-dev (= ${binary:Version})
|
||||
librust-pxar-0.10+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.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.
|
||||
@ -92,12 +92,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.9+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+tokio-io-dev (= ${binary:Version})
|
||||
librust-pxar-0.10+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.0+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.0+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.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.
|
||||
@ -117,10 +117,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.9+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.9.0+full-dev (= ${binary:Version})
|
||||
librust-pxar-0.10+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.0+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.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