mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 15:07:15 +00:00
bump perlmod-macro to 0.2.2-1 as well
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fcd20b781a
commit
d7f59334ba
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod-macro"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
|
@ -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
|
||||
|
||||
* remove `-L./target/debug` from library paths in non-debug-builds
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user