From 53ad5e5fb6c31b44055d1ab6f2c62b8d52f9eb18 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 16 Feb 2021 10:44:53 +0100 Subject: [PATCH] bump perlmod to 0.4.0-1 to bump the macro dependency by a major version Signed-off-by: Wolfgang Bumiller --- perlmod/Cargo.toml | 4 ++-- perlmod/debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index a446354..2024668 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.3.0" +version = "0.4.0" authors = ["Wolfgang Bumiller "] 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" diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index 4124cba..4e4c0c0 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,9 @@ +rust-perlmod (0.4.0-1) stable; urgency=medium + + * depend on perlmod-macro 0.3.0 + + -- Proxmox Support Team 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