From 633012190baa0801efc7e3ab2f699778c5038d54 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 7 Jul 2021 21:10:06 +0200 Subject: [PATCH] Use git deps --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index bfb95250a1..d1038658ac 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,4 +23,4 @@ proc-macro-error = "1" quote = "1" syn = "1" # rtic-syntax = "0.5.0-alpha.3" -rtic-syntax = { path = "../../rtic-syntax" } +rtic-syntax = { git = "https://github.com/rtic-rs/rtic-syntax.git", branch = "resources_take_2" }