bump perlmod to 0.4.0-1

to bump the macro dependency by a major version

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-02-16 10:44:53 +01:00
parent e95a2c0a23
commit 53ad5e5fb6
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "perlmod"
version = "0.3.0"
version = "0.4.0"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
build = "build.rs"
@ -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.2" }
perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.3.0" }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

View File

@ -1,3 +1,9 @@
rust-perlmod (0.4.0-1) stable; urgency=medium
* depend on perlmod-macro 0.3.0
-- Proxmox Support Team <support@proxmox.com> Tue, 16 Feb 2021 10:44:08 +0100
rust-perlmod (0.3.0-1) stable; urgency=medium
* breaking change to destructor macro due to compiler restructions