aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-15 16:01:07 +0000
committerGitHub <noreply@github.com>2020-10-15 16:01:07 +0000
commit1cda9eaeccbfd9b008bfa40b54b127a2bfa5324e (patch)
treea17b4ec23f91483649f928021303ebf234727326 /macros/Cargo.toml
parentee0885063d5b1cc4eddd3918ff425796f6213464 (diff)
parent37ee3a47afbbbf57751243d6d32aaac78073780c (diff)
Merge #371
371: task_local and lock_free r=korken89 a=AfoHT Getting this going to test with GHA For further discussion see https://github.com/rtic-rs/rfcs/issues/30 Co-authored-by: Per <Per Lindgren> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 610890b..a9f268f 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -19,7 +19,8 @@ proc-macro = true
[dependencies]
proc-macro2 = "1"
+proc-macro-error = "1"
quote = "1"
syn = "1"
-rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" }
+rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.5.0-alpha.0" }