aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2020-10-15 18:12:39 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2020-10-15 18:12:39 +0200
commitc5b5ea60e826a7b95bd04055a722ecdc332df1d0 (patch)
treeab412f97d09a45a5b1671177c66416d696c82b66 /macros
parentb5779d834e2ecd97970c0915f2edd0c8030c693d (diff)
downloadrtic-c5b5ea60e826a7b95bd04055a722ecdc332df1d0.tar.gz
rtic-c5b5ea60e826a7b95bd04055a722ecdc332df1d0.tar.zst
rtic-c5b5ea60e826a7b95bd04055a722ecdc332df1d0.zip
Use master branch on syntax
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 7c52124c..91f057b6 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -21,5 +21,5 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
-rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "no_spawn_no_schedule", version = "0.5.0-alpha.0" }
+rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.5.0-alpha.0" }