From efcdc16fef6a00158e0d08cdd5e4cb179075ca55 Mon Sep 17 00:00:00 2001 From: Lucas Brendel Date: Mon, 25 Dec 2023 16:24:10 -0600 Subject: [PATCH] fix: moving to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c3bdd89..152664e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" keywords = ["cortex-m", "xmc4x", "embedded", "svd2rust", "no_std"] documentation = "https://docs.rs/xmc4300/" categories = ["embedded", "no-std"] -edition = "2018" +edition = "2021" [dependencies] cortex-m = "0.7.7"