diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-09-01 20:49:44 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-09-25 14:29:34 +0000 |
| commit | 6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc (patch) | |
| tree | 55bbff23b9bd6bb8fb2f1310c01ce4882be7d529 /macros/Cargo.toml | |
| parent | 86578b76fbd0a644f2d5008ac6c0661b40301a8d (diff) | |
Use dev-branch for mod_const
Diffstat (limited to 'macros/Cargo.toml')
| -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 610890b..35511ee 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" } |
