From b4a85a3fa805d1a72395447302cea7ef3eaac7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 14 May 2020 11:46:05 +0200 Subject: [PATCH] update pin-utils dep to stable version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d86bdee2..ab907ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ openssl = "0.10" pam = "0.7" pam-sys = "0.5" percent-encoding = "2.1" -pin-utils = "0.1.0-alpha" +pin-utils = "0.1.0" proxmox = { version = "0.1.29", features = [ "sortable-macro", "api-macro" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] }