]> git.proxmox.com Git - proxmox.git/commitdiff
bump proxmox to 0.1.8 to depend on api macro 0.1.2
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 23 Jan 2020 12:17:56 +0000 (13:17 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 23 Jan 2020 12:17:56 +0000 (13:17 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox/Cargo.toml
proxmox/debian/changelog

index 68f4596fddacfa76c1112e3a2a9f115f3cca22dc..3aaed7791323e8af1115a9500e9471ba38b1d60a 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "proxmox"
 edition = "2018"
-version = "0.1.7"
+version = "0.1.8"
 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.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]
index 549f46f66ddaddf0ef7ec3e59adbca4375ba3a5c..1d55b55318140b8889fc2b54519362042b8601ee 100644 (file)
@@ -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 <support@proxmox.com>  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