aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-09 11:36:18 +0000
committerGitHub <noreply@github.com>2022-05-09 11:36:18 +0000
commite98ddeabebe84307c29c1984a7fe0d2c1903ff63 (patch)
treefb44d2217acba0bb82ed1d3555e33ed2699413e9 /Cargo.toml
parent06d2941d6fed34334d22768b44f6e285235c7daa (diff)
parent906abba71e2e21c44ef57dff0f0e0a13f242d216 (diff)
Merge #637
637: Prepare v1.1.2 r=perlindgren 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 605182a..705eaa0 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.1"
+version = "1.1.2"
[lib]
name = "rtic"
[dependencies]
cortex-m = "0.7.0"
-cortex-m-rtic-macros = { path = "macros", version = "1.1.0" }
+cortex-m-rtic-macros = { path = "macros", version = "1.1.1" }
rtic-monotonic = "1.0.0"
rtic-core = "1.0.0"
heapless = "0.7.7"