From db316a1fd8b25234744f780d962dcac8042c9cb6 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 31 Jan 2020 06:53:33 +0100 Subject: [PATCH] bump rust-proxmox version to 0.1.12-1 --- proxmox/Cargo.toml | 2 +- proxmox/debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 9740b983..19959c3e 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.11" +version = "0.1.12" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index 6cf1cf69..41d5d25d 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,12 @@ +rust-proxmox (0.1.12-1) unstable; urgency=medium + + * src/api/cli/text_table.rs: only call TIOCGWINSZ on terminals + + * src/api/cli/text_table.rs - TableFormatOptions: allow to add + single column configs + + -- Proxmox Support Team Fri, 31 Jan 2020 06:52:55 +0100 + rust-proxmox (0.1.11-1) unstable; urgency=medium * bump api-macro dependency version