aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-02-12 17:29:50 +0100
committerJorge Aparicio <jorge@japaric.io>2019-02-12 17:29:50 +0100
commitaadd00c06896c49ad5dc672c2e7e15bb10b61833 (patch)
tree32eb98cf5c6468673a46ec89d89b3adea6cc89a4 /Cargo.toml
parent4742da94e7b3122875bc9351a7bc726401612d3c (diff)
bump macros version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79f9430..73be2dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ required-features = ["timer-queue"]
[dependencies]
cortex-m = "0.5.8"
cortex-m-rt = "0.6.7"
-cortex-m-rtfm-macros = { path = "macros", version = "0.4.0" }
+cortex-m-rtfm-macros = { path = "macros", version = "0.4.1" }
heapless = "0.4.1"
owned-singleton = "0.1.0"