Merge remote-tracking branch 'proxdev/master'

This commit is contained in:
Wolfgang Bumiller 2020-01-21 12:20:05 +01:00
commit 74911020cf
2 changed files with 10 additions and 3 deletions

View File

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

View File

@ -1,9 +1,16 @@
rust-proxmox (0.1.5-1) unstable; urgency=medium rust-proxmox (0.1.6-1) unstable; urgency=medium
* merge tools, sys and api crate into the proxmox main crate to reduce * merge tools, sys and api crate into the proxmox main crate to reduce
the dependency management burden the dependency management burden
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2020 12:13:18 +0100 -- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2020 12:19:32 +0100
rust-proxmox (0.1.5-1) unstable; urgency=medium
* src/cli/command.rs: avoid creating a tokio runtime by making
run_cli_command async
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Jan 2020 11:18:29 +0100
rust-proxmox (0.1.4-1) unstable; urgency=medium rust-proxmox (0.1.4-1) unstable; urgency=medium