diff options
author | 2020-10-05 20:05:52 +0200 | |
---|---|---|
committer | 2020-10-05 20:05:52 +0200 | |
commit | 44f26fe90c2b49f3a30c507bf930b6bedc283a9c (patch) | |
tree | bfdfaeb11a865b2ac2e8c0bddfb41234a2424464 | |
parent | c21ccd04ce52c5d469a2bdfd4e0125540ad1cddb (diff) | |
download | rtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.tar.gz rtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.tar.zst rtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.zip |
Move to master of rtic-syntax
-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 ec5c130c..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/rtic-rs/rtic-syntax", branch = "always_late_resources" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax", branch = "master", version = "0.4.0" } |