aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-14 13:04:03 +0000
committerGitHub <noreply@github.com>2020-11-14 13:04:03 +0000
commit8111906e1eadb572aed56d5614b5a564b97056e1 (patch)
tree3846409d4073a048ae2605da116193008fbf2df8 /Cargo.toml
parentd0b46de16da785ed6e3406ae8e7867fcf6812427 (diff)
parent1208e590832829c3ad2dd89d59d88732a3180b90 (diff)
Merge #413
413: Bump version numbers to v0.6.0-alpha.0 r=korken89 a=AfoHT Co-authored-by: Henrik Tjäder <henrik@tjaders.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 6fe5fce..81d843e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtic"
readme = "README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "0.5.5"
+version = "0.6.0-alpha.0"
[lib]
name = "rtic"
@@ -56,7 +56,7 @@ required-features = ["__v7"]
[dependencies]
cortex-m = "0.6.2"
-cortex-m-rtic-macros = { path = "macros", version = "0.5.2" }
+cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" }
rtic-core = "0.3.0"
cortex-m-rt = "0.6.9"
heapless = "0.5.0"