From a793453944058bf8a0ac9d3b498727dc7786ff97 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 3 Dec 2020 09:58:02 +0100 Subject: [PATCH] proxmox: fix example array in Cargo.toml Signed-off-by: Wolfgang Bumiller --- proxmox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index c1e449b4..2b461407 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -11,7 +11,7 @@ description = "Proxmox library" exclude = [ "debian" ] -[[examples]] +[[example]] name = "u2ftest" required-features = [ "tokio", "u2f" ]