aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@tjaders.com> 2020-09-01 20:49:44 +0000
committerGravatar Henrik Tjäder <henrik@tjaders.com> 2020-09-25 14:29:34 +0000
commit6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc (patch)
tree55bbff23b9bd6bb8fb2f1310c01ce4882be7d529
parent86578b76fbd0a644f2d5008ac6c0661b40301a8d (diff)
downloadrtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.tar.gz
rtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.tar.zst
rtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.zip
Use dev-branch for mod_const
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 610890bb..35511ee9 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 = "master", version = "0.4.0" }
+rtic-syntax = { git = "https://github.com/AfoHT/rtic-syntax", branch = "mod_const", version = "0.4.0" }