From a7f808d43b265369fc168955b30c00bd720a5738 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 25 Jul 2022 13:35:43 +0200 Subject: [PATCH] tfa: bump edition to 2021 Signed-off-by: Wolfgang Bumiller --- proxmox-tfa/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-tfa/Cargo.toml b/proxmox-tfa/Cargo.toml index 616e7aa2..4eed3b3f 100644 --- a/proxmox-tfa/Cargo.toml +++ b/proxmox-tfa/Cargo.toml @@ -2,7 +2,7 @@ name = "proxmox-tfa" version = "2.0.0" authors = ["Proxmox Support Team "] -edition = "2018" +edition = "2021" license = "AGPL-3" description = "tfa implementation for totp and u2f"