aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-08-27 11:21:56 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-01 14:50:06 +0000
commit76cf14c520091d00985f845203580e14c611ed14 (patch)
tree786278fef57314138f4a50eb59be0dac8a9deb5f /macros/Cargo.toml
parentc5e6d1fa49e3596227a8ee8fe89e2e4f66db3169 (diff)
Brutally yank out multicore
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index 0a38d08..e1dbce9 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -21,8 +21,5 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
-rtic-syntax = "0.4.0"
+rtic-syntax = { git = "https://github.com/AfoHT/rtic-syntax", branch = "multiremove", version = "0.4.0" }
-[features]
-heterogeneous = []
-homogeneous = []