aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-07-09 13:08:37 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-07-09 13:08:37 +0200
commitc67657371b9f27353caae8a8ccf6e94cd0f25110 (patch)
tree1dbeb8c52a2e64b9cfff41562946abca02847d9e
parente1a4d001f8e724596cd9de3e90698ce7de473b3f (diff)
downloadrtic-c67657371b9f27353caae8a8ccf6e94cd0f25110.tar.gz
rtic-c67657371b9f27353caae8a8ccf6e94cd0f25110.tar.zst
rtic-c67657371b9f27353caae8a8ccf6e94cd0f25110.zip
Version fixv0.6.0-alpha.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0b9c8ef..44f5786c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ required-features = ["__v7"]
[dependencies]
cortex-m = "0.7.0"
-cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.4" }
+cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.5" }
rtic-monotonic = "0.1.0-alpha.2"
rtic-core = "0.3.1"
heapless = "0.6.1"