bump librust-proxmox version to 0.1.13-1

This commit is contained in:
Dietmar Maurer 2020-01-31 08:04:07 +01:00
parent afa61fafb0
commit c4311d4f11
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox"
edition = "2018"
version = "0.1.12"
version = "0.1.13"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,9 @@
rust-proxmox (0.1.13-1) unstable; urgency=medium
* src/sys/linux/tty.rs: add tty helpers
-- Proxmox Support Team <support@proxmox.com> Fri, 31 Jan 2020 08:03:46 +0100
rust-proxmox (0.1.12-1) unstable; urgency=medium
* src/api/cli/text_table.rs: only call TIOCGWINSZ on terminals