aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-09-28 09:20:00 +0000
committerGitHub <noreply@github.com>2021-09-28 09:20:00 +0000
commitca9088a78b023d944c7d4f3d7e6b0625787ae72e (patch)
treed18b6c86bcc095fc2e3001a454857836badda9ae /Cargo.toml
parent0dd97d722e8be843cf91f2dc7aeea4e3336101bf (diff)
parent552be420cba58a6d4b19bf341f40559ebab5be59 (diff)
Merge #539
539: Prepare rc.2 release 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 c73e3c8..3f32a80 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 = "0.6.0-rc.1"
+version = "0.6.0-rc.2"
[lib]
name = "rtic"
[dependencies]
cortex-m = "0.7.0"
-cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.1" }
+cortex-m-rtic-macros = { path = "macros", version = "0.6.0-rc.2" }
rtic-monotonic = "0.1.0-rc.1"
rtic-core = "0.3.1"
heapless = "0.7.7"