aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-05-27 18:06:28 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-05-27 18:10:24 +0200
commitc17348d2904b60713e1914567ba5566134165103 (patch)
tree8d83566481df0925920b703e63dc310b87c39bb9 /macros/Cargo.toml
parent6155f1366a654512c2ca69b91fb2470c4faf3399 (diff)
Prepare release alpha.4
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index bf8ff29..aa96d09 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.6.0-alpha.3"
+version = "0.6.0-alpha.4"
[lib]
proc-macro = true
@@ -22,5 +22,4 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
-# rtic-syntax = "0.5.0-alpha.2"
-rtic-syntax = { path = "../../rtic-syntax" }
+rtic-syntax = "0.5.0-alpha.3"