mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Use git deps
This commit is contained in:
parent
d7393c5b27
commit
633012190b
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue