diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 68f4596f..3aaed779 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.7" +version = "0.1.8" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -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.1" } +proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.2" } proxmox-sortable-macro = { path = "../proxmox-sortable-macro", optional = true, version = "0.1.0" } [features] diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 549f46f6..1d55b553 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.8-1) unstable; urgency=medium + + * bump api macro to 0.1.2: fix a case were object properties weren't sorted + + -- Proxmox Support Team Thu, 23 Jan 2020 13:17:20 +0100 + rust-proxmox (0.1.7-1) unstable; urgency=medium * disable valgrind features for now due to packaging issues