mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 21:13:40 +00:00
bump proxmox crate to 0.1.19-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
2065bcb136
commit
832dd021c2
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox"
|
||||
edition = "2018"
|
||||
version = "0.1.18"
|
||||
version = "0.1.19"
|
||||
authors = [
|
||||
"Dietmar Maurer <dietmar@proxmox.com>",
|
||||
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||
@ -44,7 +44,7 @@ url = "2.1"
|
||||
#regex, serde, serde_json
|
||||
|
||||
# Macro crates:
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.4" }
|
||||
proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.5" }
|
||||
proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" }
|
||||
|
||||
[features]
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox (0.1.19-1) unstable; urgency=medium
|
||||
|
||||
* remove superfluous newlines in cli help output
|
||||
|
||||
* bump api macro to 0.1.5: add implicit minimum/maximum to integer types
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 19 Mar 2020 09:59:58 +0100
|
||||
|
||||
rust-proxmox (0.1.18-1) unstable; urgency=medium
|
||||
|
||||
* Added SectionConfig (moved from proxmox-backup)
|
||||
|
Loading…
Reference in New Issue
Block a user