mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 13:22:15 +00:00
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:
parent
e95a2c0a23
commit
53ad5e5fb6
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user