aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-09-04 07:32:53 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-04 07:32:53 +0000
commitad2b80907899cc335edcebfc77ae4b4b51272b87 (patch)
treefe65b335b19171370bd6be0bd5cd6b776a1d6110 /macros/Cargo.toml
parentd2151ccbf935da23d44c183f1ddb185c7ad83bfa (diff)
Use rtic-rs master
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index e1dbce9..610890b 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/AfoHT/rtic-syntax", branch = "multiremove", version = "0.4.0" }
+rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" }