From 956e7041feb6202f3d24f092f310854a4f976b39 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 12 Nov 2021 17:39:38 +0100 Subject: [PATCH] bump proxmox version to 0.15.2-1 Signed-off-by: Dietmar Maurer --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ proxmox/debian/control | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 780c3bf7..38926ca2 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.15.1" +version = "0.15.2" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index d2df9ebc..0f528085 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.15.2-1) stable; urgency=medium + + * impl proxmox::tools::fs::CreateOptions::apply_to() + + -- Proxmox Support Team Fri, 12 Nov 2021 17:37:33 +0100 + rust-proxmox (0.15.1-1) unstable; urgency=medium * fix error handling if the previously introduced fsyncs fail diff --git a/proxmox/debian/control b/proxmox/debian/control index d66aff16..27950b99 100644 --- a/proxmox/debian/control +++ b/proxmox/debian/control @@ -60,8 +60,8 @@ Provides: librust-proxmox-0+default-dev (= ${binary:Version}), librust-proxmox-0.15-dev (= ${binary:Version}), librust-proxmox-0.15+default-dev (= ${binary:Version}), - librust-proxmox-0.15.1-dev (= ${binary:Version}), - librust-proxmox-0.15.1+default-dev (= ${binary:Version}) + librust-proxmox-0.15.2-dev (= ${binary:Version}), + librust-proxmox-0.15.2+default-dev (= ${binary:Version}) Description: Generic Proxmox library - Rust source code This package contains the source for the Rust proxmox crate, packaged by debcargo for use with cargo and dh-cargo. @@ -79,8 +79,8 @@ Provides: librust-proxmox-0+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.15+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.15+sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.15.1+proxmox-sortable-macro-dev (= ${binary:Version}), - librust-proxmox-0.15.1+sortable-macro-dev (= ${binary:Version}) + librust-proxmox-0.15.2+proxmox-sortable-macro-dev (= ${binary:Version}), + librust-proxmox-0.15.2+sortable-macro-dev (= ${binary:Version}) Description: Generic Proxmox library - feature "proxmox-sortable-macro" and 1 more This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature. @@ -97,7 +97,7 @@ Depends: Provides: librust-proxmox-0+tokio-dev (= ${binary:Version}), librust-proxmox-0.15+tokio-dev (= ${binary:Version}), - librust-proxmox-0.15.1+tokio-dev (= ${binary:Version}) + librust-proxmox-0.15.2+tokio-dev (= ${binary:Version}) Description: Generic Proxmox library - feature "tokio" This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling in any additional dependencies needed by that feature.