aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-12-16 19:13:22 +0100
committerJorge Aparicio <jorge@japaric.io>2018-12-16 19:14:58 +0100
commit56d09a12dd645166af7d6def6b95bf71ae7962bd (patch)
tree44529dc248cc69772e51daa761d49c5d9ccbdc56 /macros/Cargo.toml
parent8e9a91d0b09313eee0f7fa44cc827dced0ea1806 (diff)
move macros crate to the 2018 edition
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index dd5fb54..4c4b734 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -3,6 +3,7 @@ authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = ["concurrency", "embedded", "no-std"]
description = "Procedural macros of the cortex-m-rtfm crate"
documentation = "https://japaric.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
+edition = "2018"
keywords = ["arm", "cortex-m"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rtfm-macros"