diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-10-05 08:24:33 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-10-05 08:24:33 +0000 |
| commit | 95503b6bdff3f392450d1972b0c499b79a9c2092 (patch) | |
| tree | 070565d2c8aec1f176db7e7f17aeb2a5b033f298 /macros/Cargo.toml | |
| parent | 6eff28bf50a4048f7ef897351c97996b3bbf8b24 (diff) | |
Use latest rtic-syntax master
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 35511ee..610890b 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" } |
