aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2021-07-07 21:10:06 +0200
committerEmil Fresk <emil.fresk@gmail.com>2021-07-07 21:10:06 +0200
commit633012190baa0801efc7e3ab2f699778c5038d54 (patch)
treeae63aeb1c5f1ce3443926b07b73c161aebabb19a /macros
parentd7393c5b27fc95f3569d12137ee0c4d03ff7e2ba (diff)
Use git deps
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 bfb9525..d103865 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -23,4 +23,4 @@ proc-macro-error = "1"
quote = "1"
syn = "1"
# rtic-syntax = "0.5.0-alpha.3"
-rtic-syntax = { path = "../../rtic-syntax" }
+rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax.git", branch = "resources_take_2" }