diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-15 18:12:39 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-15 18:12:39 +0200 |
| commit | c5b5ea60e826a7b95bd04055a722ecdc332df1d0 (patch) | |
| tree | ab412f97d09a45a5b1671177c66416d696c82b66 /macros | |
| parent | b5779d834e2ecd97970c0915f2edd0c8030c693d (diff) | |
Use master branch on syntax
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7c52124..91f057b 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" } |
