diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-09-04 07:32:53 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-09-04 07:32:53 +0000 |
| commit | ad2b80907899cc335edcebfc77ae4b4b51272b87 (patch) | |
| tree | fe65b335b19171370bd6be0bd5cd6b776a1d6110 | |
| parent | d2151ccbf935da23d44c183f1ddb185c7ad83bfa (diff) | |
Use rtic-rs 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 e1dbce9..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 = "multiremove", version = "0.4.0" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } |
