bump version to 0.1.1, denpend on permod 0.5.1

This commit is contained in:
Dietmar Maurer 2021-06-23 11:09:55 +02:00
parent 69cbadaa43
commit fdff433247
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "pve-rs"
version = "0.1.0"
version = "0.1.1"
authors = ["Proxmox Support Team <support@proxmox.com>"]
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"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpve-rs-perl (0.1.1-1) unstable; urgency=medium
* depend on perlmod 0.5.1
-- Proxmox Support Team <support@proxmox.com> Wed, 23 Jun 2021 11:09:31 +0200
libpve-rs-perl (0.1.0-1) unstable; urgency=medium
* Initial release.