diff options
author | 2020-10-05 08:24:33 +0000 | |
---|---|---|
committer | 2020-10-05 08:24:33 +0000 | |
commit | 95503b6bdff3f392450d1972b0c499b79a9c2092 (patch) | |
tree | 070565d2c8aec1f176db7e7f17aeb2a5b033f298 | |
parent | 6eff28bf50a4048f7ef897351c97996b3bbf8b24 (diff) | |
download | rtic-95503b6bdff3f392450d1972b0c499b79a9c2092.tar.gz rtic-95503b6bdff3f392450d1972b0c499b79a9c2092.tar.zst rtic-95503b6bdff3f392450d1972b0c499b79a9c2092.zip |
Use latest rtic-syntax master
-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 35511ee9..610890bb 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/AfoHT/rtic-syntax", branch = "mod_const", version = "0.4.0" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } |