aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-27 16:18:46 +0000
committerGitHub <noreply@github.com>2021-05-27 16:18:46 +0000
commit0b0bb1bfa9de42e951f538b8f43bfcc53709a241 (patch)
tree8d83566481df0925920b703e63dc310b87c39bb9 /macros/Cargo.toml
parentaad8f81991c3495f225df80d7c8456faecd40728 (diff)
parentc17348d2904b60713e1914567ba5566134165103 (diff)
Merge #485
485: New codegen structure to eliminate issues with paths r=korken89 a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index fb4dffb..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.2"
+version = "0.6.0-alpha.4"
[lib]
proc-macro = true
@@ -22,4 +22,4 @@ proc-macro2 = "1"
proc-macro-error = "1"
quote = "1"
syn = "1"
-rtic-syntax = "0.5.0-alpha.2"
+rtic-syntax = "0.5.0-alpha.3"