aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-04-13 17:29:04 +0000
committerGitHub <noreply@github.com>2022-04-13 17:29:04 +0000
commit87074180034fb682f3945b1391b09060c7058424 (patch)
tree8b6c48d803eaf8f9a9b279356bfbdf68aa33cf8e /Cargo.toml
parent09931ef94efbdb640bf53e11f63c10d7b18175ef (diff)
parentf247cc0b3a3b0ad8f946c13afa4429217fb09196 (diff)
Merge #632
632: Fixed `macro` version r=AfoHT a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
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"