From 2ac5de33904506b8931665d68579c1e5a3fd6462 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 24 Mar 2023 11:12:28 +0100 Subject: [PATCH] Use the 2021 edition of Rust - Move from the 2018 edition to the 2021 edition of Rust. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6823e4..ad22949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] categories = ["cryptography", "authentication", "email"] license = "GPL-3.0-or-later" -edition = "2018" +edition = "2021" rust-version = "1.60" [badges] -- GitLab