From 2ccd8a9c55896bb7a4275100db36df6c2a97d7fe Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Fri, 15 Sep 2023 15:28:18 +0200 Subject: [PATCH] Switch to Rust edition 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec72299..45df6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "site_icons" version = "0.6.4" authors = ["Sam Denty "] -edition = "2018" +edition = "2021" license = "GPL-3.0" homepage = "https://github.com/samdenty/site_icons" repository = "https://github.com/samdenty/site_icons"