From b4509bdbfe7cd5accf4c6b791a18ca55183a4993 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 6 May 2021 19:40:37 +0200 Subject: Flattened the _ out of it --- macros/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index fb4dffb..6440805 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -22,4 +22,5 @@ proc-macro2 = "1" proc-macro-error = "1" quote = "1" syn = "1" -rtic-syntax = "0.5.0-alpha.2" +# rtic-syntax = "0.5.0-alpha.2" +rtic-syntax = { path = "../../rtic-syntax" } -- cgit v1.2.3 From 6155f1366a654512c2ca69b91fb2470c4faf3399 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sun, 23 May 2021 14:11:51 +0200 Subject: Minor cleanup --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6440805..bf8ff29 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.3" [lib] proc-macro = true -- cgit v1.2.3 From c17348d2904b60713e1914567ba5566134165103 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 27 May 2021 18:06:28 +0200 Subject: Prepare release alpha.4 --- macros/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'macros/Cargo.toml') 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" -- cgit v1.2.3