From d7f59334bae3de8277f5c0748fccb581f9f1472d Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 15 Feb 2021 10:36:52 +0100 Subject: [PATCH] bump perlmod-macro to 0.2.2-1 as well Signed-off-by: Wolfgang Bumiller --- perlmod-macro/Cargo.toml | 2 +- perlmod-macro/debian/changelog | 6 ++++++ perlmod/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index 617f422..b39484d 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod-macro" -version = "0.2.1" +version = "0.2.2" authors = ["Wolfgang Bumiller "] edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/perlmod-macro/debian/changelog b/perlmod-macro/debian/changelog index 620c546..bb1ba90 100644 --- a/perlmod-macro/debian/changelog +++ b/perlmod-macro/debian/changelog @@ -1,3 +1,9 @@ +rust-perlmod-macro (0.2.2-1) stable; urgency=medium + + * introduce 'try_from_ref' parameter attribute + + -- Proxmox Support Team Mon, 15 Feb 2021 10:36:28 +0100 + rust-perlmod-macro (0.2.1-1) stable; urgency=medium * remove `-L./target/debug` from library paths in non-debug-builds diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index d12d5b9..b155725 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -17,7 +17,7 @@ maintenance = { status = "experimental" } [dependencies] bitflags = "1.2.1" libc = "0.2" -perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.2" } +perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.2.2" } serde = { version = "1.0", features = ["derive"] } thiserror = "1.0"