From d6beed07b068999d05af35d6bdcd0e8cb996ed5e Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 4 Jan 2020 16:01:03 +0100 Subject: [PATCH] Cargo.toml: set proxmox version 0.1.0 (latest packaged version) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37cfbc37..0632a69a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pam = "0.7" pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0-alpha" -proxmox = { version = "0.1.1", features = [ "sortable-macro", "api-macro" ] } +proxmox = { version = "0.1.0", features = [ "sortable-macro", "api-macro" ] } regex = "1.2" rustyline = "5.0.5" serde = { version = "1.0", features = ["derive"] }