aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-11-14 12:39:17 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-11-14 12:39:17 +0000
commit308f412f7fdf9197c7811c6e9c7cbb5d1133697d (patch)
tree45b0eb2427f283b15898857e4a6a7dc82faf7f2e
parentebfabd7b307c7a1d60a5fa10eda5e5ba2514ee74 (diff)
Bump version numbers to v0.6.0-alpha.0
-rw-r--r--Cargo.toml4
-rw-r--r--macros/Cargo.toml2
2 files changed, 3 insertions, 3 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"
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index a9f268f..3af48c7 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rtic-macros"
readme = "../README.md"
repository = "https://github.com/rtic-rs/cortex-m-rtic"
-version = "0.5.2"
+version = "0.6.0-alpha.0"
[lib]
proc-macro = true