From 602a5b4374961dbcf7f3290053ab9b01f0622c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 11 Jun 2020 17:18:29 +0000 Subject: Rename RTFM to RTIC --- macros/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 9ab1db7..2a4e4c8 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,17 +1,17 @@ [package] authors = [ - "The Real Time For the Masses developers", + "The Real-Time Interrupt-driven Concurrency developers", "Jorge Aparicio ", ] categories = ["concurrency", "embedded", "no-std"] -description = "Procedural macros of the cortex-m-rtfm crate" -documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/api/cortex_m_rtfm" +description = "Procedural macros of the cortex-m-rtic crate" +documentation = "https://rtic-rs.github.io/cortex-m-rtic/api/cortex_m_rtic" edition = "2018" keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" -name = "cortex-m-rtfm-macros" +name = "cortex-m-rtic-macros" readme = "../README.md" -repository = "https://github.com/rtfm-rs/cortex-m-rtfm" +repository = "https://github.com/rtic-rs/cortex-m-rtic" version = "0.5.0" [lib] @@ -21,7 +21,7 @@ proc-macro = true proc-macro2 = "1" quote = "1" syn = "1" -rtfm-syntax = "0.4.0" +rtic-syntax = "0.4.0" [features] heterogeneous = [] -- cgit v1.2.3