From 3823c1d860e09fb323df7ec10c2ea27b35ccf51d Mon Sep 17 00:00:00 2001 From: Mikkel Kjeldsen Date: Sat, 11 Nov 2023 16:32:01 +0100 Subject: [PATCH] Migrate to edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44d97ab..d1bd436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://gitlab.com/mkjeldsen/commitmsgfmt" repository = "https://gitlab.com/mkjeldsen/commitmsgfmt" readme = "README.md" license = "Apache-2.0" -edition = "2018" +edition = "2021" rust-version = "1.63.0" [dependencies]