From 5eb5b21044aa1248d4e961cfe753ea8c7963a8ee Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 12 Sep 2020 15:01:46 +0200 Subject: [PATCH] bump proxmox version to 0.3.6-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index d0c20123..c17cb5c5 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.3.5" +version = "0.3.6" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 58a74f97..07472d32 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.3.6-1) unstable; urgency=medium + + * proxmox/src/tools/time.rs: add strftime bindings + + -- Proxmox Support Team Sat, 12 Sep 2020 15:01:01 +0200 + rust-proxmox (0.3.5-1) unstable; urgency=medium * tools/time: give tm struct as mut reference