diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2021-07-07 21:10:06 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2021-07-07 21:10:06 +0200 |
| commit | 633012190baa0801efc7e3ab2f699778c5038d54 (patch) | |
| tree | ae63aeb1c5f1ce3443926b07b73c161aebabb19a | |
| parent | d7393c5b27fc95f3569d12137ee0c4d03ff7e2ba (diff) | |
Use git deps
| -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 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" } |
