diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 9a0ad5b4..9ce6b974 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.5" +version = "0.1.6" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index a97c4ecd..009d503a 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -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 the dependency management burden - -- Proxmox Support Team Tue, 21 Jan 2020 12:13:18 +0100 + -- Proxmox Support Team 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 Tue, 21 Jan 2020 11:18:29 +0100 rust-proxmox (0.1.4-1) unstable; urgency=medium