aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2022-04-13 19:27:38 +0200
committerEmil Fresk <emil.fresk@gmail.com>2022-04-13 19:28:04 +0200
commitf247cc0b3a3b0ad8f946c13afa4429217fb09196 (patch)
tree8b6c48d803eaf8f9a9b279356bfbdf68aa33cf8e /Cargo.toml
parent09931ef94efbdb640bf53e11f63c10d7b18175ef (diff)
Fixed `macro` version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index da4372b..605182a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,14 +14,14 @@ name = "cortex-m-rtic"
readme = "README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "1.1.0"
+version = "1.1.1"
[lib]
name = "rtic"
[dependencies]
cortex-m = "0.7.0"
-cortex-m-rtic-macros = { path = "macros", version = "1.0.0" }
+cortex-m-rtic-macros = { path = "macros", version = "1.1.0" }
rtic-monotonic = "1.0.0"
rtic-core = "1.0.0"
heapless = "0.7.7"