diff --git a/Cargo.toml b/Cargo.toml index ce3dcdf..a0106f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pve-rs" -version = "0.1.0" +version = "0.1.1" authors = ["Proxmox Support Team "] edition = "2018" license = "AGPL-3" @@ -18,5 +18,5 @@ crate-type = [ "cdylib" ] [dependencies] anyhow = "1.0" proxmox = { version = "0.11.5" } -perlmod = { version = "0.5.0", features = [ "exporter" ] } +perlmod = { version = "0.5.1", features = [ "exporter" ] } proxmox-openid = "0.3.0" diff --git a/debian/changelog b/debian/changelog index c9a8855..cfc3816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libpve-rs-perl (0.1.1-1) unstable; urgency=medium + + * depend on perlmod 0.5.1 + + -- Proxmox Support Team Wed, 23 Jun 2021 11:09:31 +0200 + libpve-rs-perl (0.1.0-1) unstable; urgency=medium * Initial release.