bump perlmod-macro to 0.2.2-1 as well

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-15 10:36:52 +01:00
parent fcd20b781a
commit d7f59334ba
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "perlmod-macro" name = "perlmod-macro"
version = "0.2.1" version = "0.2.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018" edition = "2018"
license = "Apache-2.0 OR MIT" license = "Apache-2.0 OR MIT"

View File

@ -1,3 +1,9 @@
rust-perlmod-macro (0.2.2-1) stable; urgency=medium
* introduce 'try_from_ref' parameter attribute
-- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2021 10:36:28 +0100
rust-perlmod-macro (0.2.1-1) stable; urgency=medium rust-perlmod-macro (0.2.1-1) stable; urgency=medium
* remove `-L./target/debug` from library paths in non-debug-builds * remove `-L./target/debug` from library paths in non-debug-builds

View File

@ -17,7 +17,7 @@ maintenance = { status = "experimental" }
[dependencies] [dependencies]
bitflags = "1.2.1" bitflags = "1.2.1"
libc = "0.2" 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"] } serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0" thiserror = "1.0"