From d79ea2c096a0d94e461684990a9c444260656b09 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 30 Jun 2024 15:29:37 -0700 Subject: [PATCH] panic-itm: set edition to 2018 to fix warning --- panic-itm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/panic-itm/Cargo.toml b/panic-itm/Cargo.toml index 5ff6d82a..1cf45ad1 100644 --- a/panic-itm/Cargo.toml +++ b/panic-itm/Cargo.toml @@ -11,6 +11,7 @@ license = "MIT OR Apache-2.0" name = "panic-itm" repository = "https://github.com/rust-embedded/cortex-m" version = "0.4.2" +edition = "2018" [dependencies] cortex-m = { path = "../cortex-m", version = ">= 0.5.8, < 0.8" }