mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-07-25 13:09:34 +00:00
bump pve-rs to 0.6.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
4beb35701b
commit
698f0e6f8a
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pve-rs"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
||||
edition = "2018"
|
||||
license = "AGPL-3"
|
||||
|
@ -1,3 +1,11 @@
|
||||
libpve-rs-perl (0.6.0) bullseye; urgency=medium
|
||||
|
||||
* update to perlmod 0.12
|
||||
|
||||
* provide Proxmox::RS::CalendarEvent instead of PVE::RS::CalendarEvent
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2022 10:36:53 +0100
|
||||
|
||||
libpve-rs-perl (0.5.1) bullseye; urgency=medium
|
||||
|
||||
* update OpenID Connect dependency, avoiding linking with curl and all its
|
||||
|
@ -37,7 +37,10 @@ Depends:
|
||||
${misc:Depends},
|
||||
${perl:Depends},
|
||||
${shlibs:Depends},
|
||||
Breaks: libpve-access-control (<< 7.1-3)
|
||||
Breaks:
|
||||
libpve-access-control (<< 7.1-3),
|
||||
libpve-common-perl (<< 7.1-4),
|
||||
pve-manager (<< 7.1-11),
|
||||
Description: PVE parts which have been ported to Rust - Rust source code
|
||||
This package contains the source for the Rust pve-rs crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
Loading…
Reference in New Issue
Block a user