bump version to 0.1.1, denpend on permod 0.5.1
This commit is contained in:
parent
69cbadaa43
commit
fdff433247
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pve-rs"
|
name = "pve-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3"
|
license = "AGPL-3"
|
||||||
@ -18,5 +18,5 @@ crate-type = [ "cdylib" ]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
proxmox = { version = "0.11.5" }
|
proxmox = { version = "0.11.5" }
|
||||||
perlmod = { version = "0.5.0", features = [ "exporter" ] }
|
perlmod = { version = "0.5.1", features = [ "exporter" ] }
|
||||||
proxmox-openid = "0.3.0"
|
proxmox-openid = "0.3.0"
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
libpve-rs-perl (0.1.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
Loading…
Reference in New Issue
Block a user