aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index df20f8c0..2854dad4 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -15,12 +15,12 @@ version = "0.5.0-alpha.1"
proc-macro = true
[dependencies]
-quote = "0.6.10"
-proc-macro2 = "0.4.24"
+proc-macro2 = "0.4.30"
+quote = "0.6.12"
+syn = "0.15.34"
-[dependencies.syn]
-features = ["extra-traits", "full"]
-version = "0.15.23"
+[dependencies.rtfm-syntax]
+git = "https://github.com/japaric/rtfm-syntax"
[features]
-timer-queue = [] \ No newline at end of file
+heterogeneous = []