diff options
author | 2020-09-01 20:49:44 +0000 | |
---|---|---|
committer | 2020-09-25 14:29:34 +0000 | |
commit | 6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc (patch) | |
tree | 55bbff23b9bd6bb8fb2f1310c01ce4882be7d529 | |
parent | 86578b76fbd0a644f2d5008ac6c0661b40301a8d (diff) | |
download | rtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.tar.gz rtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.tar.zst rtic-6d234f9c95bb9971c6b79f4a7a0bb6ff44236afc.zip |
Use dev-branch for mod_const
-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 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" } |