mirror of
git://git.proxmox.com/git/pxar.git
synced 2025-01-10 09:17:40 +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]
|
[package]
|
||||||
name = "pxar"
|
name = "pxar"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
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
|
rust-pxar (0.9.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Nesting now doesn't use trait objects but non-stacking borrows, therefore
|
* 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+test-harness-dev (= ${binary:Version}),
|
||||||
librust-pxar-0-dev (= ${binary:Version}),
|
librust-pxar-0-dev (= ${binary:Version}),
|
||||||
librust-pxar-0+test-harness-dev (= ${binary:Version}),
|
librust-pxar-0+test-harness-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9-dev (= ${binary:Version}),
|
librust-pxar-0.10-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+test-harness-dev (= ${binary:Version}),
|
librust-pxar-0.10+test-harness-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0-dev (= ${binary:Version}),
|
librust-pxar-0.10.0-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+test-harness-dev (= ${binary:Version})
|
librust-pxar-0.10.0+test-harness-dev (= ${binary:Version})
|
||||||
Description: Proxmox Archive format support library - Rust source code
|
Description: Proxmox Archive format support library - Rust source code
|
||||||
This package contains the source for the Rust pxar crate, packaged by debcargo
|
This package contains the source for the Rust pxar crate, packaged by debcargo
|
||||||
for use with cargo and dh-cargo.
|
for use with cargo and dh-cargo.
|
||||||
@ -54,8 +54,8 @@ Depends:
|
|||||||
librust-anyhow-1+default-dev
|
librust-anyhow-1+default-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-pxar-0+anyhow-dev (= ${binary:Version}),
|
librust-pxar-0+anyhow-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+anyhow-dev (= ${binary:Version}),
|
librust-pxar-0.10+anyhow-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+anyhow-dev (= ${binary:Version})
|
librust-pxar-0.10.0+anyhow-dev (= ${binary:Version})
|
||||||
Description: Proxmox Archive format support library - feature "anyhow"
|
Description: Proxmox Archive format support library - feature "anyhow"
|
||||||
This metapackage enables feature "anyhow" for the Rust pxar crate, by pulling
|
This metapackage enables feature "anyhow" for the Rust pxar crate, by pulling
|
||||||
in any additional dependencies needed by that feature.
|
in any additional dependencies needed by that feature.
|
||||||
@ -73,8 +73,8 @@ Depends:
|
|||||||
librust-tokio-1+rt-multi-thread-dev
|
librust-tokio-1+rt-multi-thread-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-pxar-0+async-example-dev (= ${binary:Version}),
|
librust-pxar-0+async-example-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+async-example-dev (= ${binary:Version}),
|
librust-pxar-0.10+async-example-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+async-example-dev (= ${binary:Version})
|
librust-pxar-0.10.0+async-example-dev (= ${binary:Version})
|
||||||
Description: Proxmox Archive format support library - feature "async-example"
|
Description: Proxmox Archive format support library - feature "async-example"
|
||||||
This metapackage enables feature "async-example" for the Rust pxar crate, by
|
This metapackage enables feature "async-example" for the Rust pxar crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
@ -92,12 +92,12 @@ Provides:
|
|||||||
librust-pxar-0+tokio-dev (= ${binary:Version}),
|
librust-pxar-0+tokio-dev (= ${binary:Version}),
|
||||||
librust-pxar-0+default-dev (= ${binary:Version}),
|
librust-pxar-0+default-dev (= ${binary:Version}),
|
||||||
librust-pxar-0+tokio-io-dev (= ${binary:Version}),
|
librust-pxar-0+tokio-io-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+tokio-dev (= ${binary:Version}),
|
librust-pxar-0.10+tokio-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+default-dev (= ${binary:Version}),
|
librust-pxar-0.10+default-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+tokio-io-dev (= ${binary:Version}),
|
librust-pxar-0.10+tokio-io-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+tokio-dev (= ${binary:Version}),
|
librust-pxar-0.10.0+tokio-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+default-dev (= ${binary:Version}),
|
librust-pxar-0.10.0+default-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+tokio-io-dev (= ${binary:Version})
|
librust-pxar-0.10.0+tokio-io-dev (= ${binary:Version})
|
||||||
Description: Proxmox Archive format support library - feature "tokio" and 2 more
|
Description: Proxmox Archive format support library - feature "tokio" and 2 more
|
||||||
This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
|
This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
|
||||||
any additional dependencies needed by that feature.
|
any additional dependencies needed by that feature.
|
||||||
@ -117,10 +117,10 @@ Provides:
|
|||||||
librust-pxar+full-dev (= ${binary:Version}),
|
librust-pxar+full-dev (= ${binary:Version}),
|
||||||
librust-pxar-0+tokio-fs-dev (= ${binary:Version}),
|
librust-pxar-0+tokio-fs-dev (= ${binary:Version}),
|
||||||
librust-pxar-0+full-dev (= ${binary:Version}),
|
librust-pxar-0+full-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+tokio-fs-dev (= ${binary:Version}),
|
librust-pxar-0.10+tokio-fs-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9+full-dev (= ${binary:Version}),
|
librust-pxar-0.10+full-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+tokio-fs-dev (= ${binary:Version}),
|
librust-pxar-0.10.0+tokio-fs-dev (= ${binary:Version}),
|
||||||
librust-pxar-0.9.0+full-dev (= ${binary:Version})
|
librust-pxar-0.10.0+full-dev (= ${binary:Version})
|
||||||
Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more
|
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
|
This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling
|
||||||
in any additional dependencies needed by that feature.
|
in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user