From 89a1cac26945f5fc24fea5adf8526ea16cfbecf4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 21 Jan 2020 11:18:58 +0100 Subject: [PATCH] bump proxmox-api version --- proxmox-api/Cargo.toml | 2 +- proxmox-api/debian/changelog | 7 +++++++ proxmox/Cargo.toml | 4 ++-- proxmox/debian/changelog | 6 ++++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/proxmox-api/Cargo.toml b/proxmox-api/Cargo.toml index b7f1859e..75e3ce00 100644 --- a/proxmox-api/Cargo.toml +++ b/proxmox-api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-api" edition = "2018" -version = "0.1.2" +version = "0.1.3" authors = [ "Wolfgang Bumiller " ] license = "AGPL-3" description = "Proxmox API library" diff --git a/proxmox-api/debian/changelog b/proxmox-api/debian/changelog index d3e89ad7..f357d3e7 100644 --- a/proxmox-api/debian/changelog +++ b/proxmox-api/debian/changelog @@ -1,3 +1,10 @@ +rust-proxmox-api (0.1.3-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:17:12 +0100 + rust-proxmox-api (0.1.2-1) unstable; urgency=medium * improve generate_usage_str() diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index fb842f45..1a35ee7c 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox" edition = "2018" -version = "0.1.4" +version = "0.1.5" authors = [ "Dietmar Maurer ", "Wolfgang Bumiller ", @@ -12,7 +12,7 @@ description = "Proxmox library" exclude = [ "debian" ] [dependencies] -proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.2" } +proxmox-api = { path = "../proxmox-api", default-features = false, version = "0.1.3" } proxmox-api-macro = { path = "../proxmox-api-macro", optional = true, version = "0.1.1" } proxmox-sys = { path = "../proxmox-sys", version = "0.1.3" } proxmox-tools = { path = "../proxmox-tools", version = "0.1.2" } diff --git a/proxmox/debian/changelog b/proxmox/debian/changelog index c4c33fce..438a1547 100644 --- a/proxmox/debian/changelog +++ b/proxmox/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox (0.1.5-1) unstable; urgency=medium + + * proxmox-api: bump to 0.1.3 + + -- Proxmox Support Team Tue, 21 Jan 2020 11:18:29 +0100 + rust-proxmox (0.1.4-1) unstable; urgency=medium * sys: rename PidStat::read_for_pid -> read_from_pid