aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2020-10-05 20:05:52 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2020-10-05 20:05:52 +0200
commit44f26fe90c2b49f3a30c507bf930b6bedc283a9c (patch)
treebfdfaeb11a865b2ac2e8c0bddfb41234a2424464
parentc21ccd04ce52c5d469a2bdfd4e0125540ad1cddb (diff)
downloadrtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.tar.gz
rtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.tar.zst
rtic-44f26fe90c2b49f3a30c507bf930b6bedc283a9c.zip
Move to master of rtic-syntax
-rw-r--r--macros/Cargo.toml2
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" }