From 5c47aba1a11139742f8289ca4c47e045822ee219 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 24 May 2022 19:38:24 +0200 Subject: Fix macros to Rust 2021 --- macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index f9d8add..2534f8a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,13 +6,13 @@ authors = [ categories = ["concurrency", "embedded", "no-std"] description = "Procedural macros of the cortex-m-rtic crate" documentation = "https://rtic-rs.github.io/cortex-m-rtic/api/cortex_m_rtic" -edition = "2018" +edition = "2021" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtic-macros" readme = "../README.md" repository = "https://github.com/rtic-rs/cortex-m-rtic" -version = "1.1.3" +version = "1.1.4" [lib] proc-macro = true -- cgit v1.2.3