From 96f604551b6215c17b6e7dec2f604357c2b02a4b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 3 Jul 2023 16:31:50 +0200 Subject: [PATCH] Update to Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 775b6ccd5..949dba736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" readme = "README.md" keywords = ["fake", "nonsense", "useless"] categories = ["command-line-utilities", "command-line-interface"] -edition = "2018" +edition = "2021" [profile.release] lto = true