From 81275bfa4f41e2066770087f3a33cad4227eab41 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 13 Jun 2019 23:56:59 +0200 Subject: rtfm-syntax refactor + heterogeneous multi-core support --- macros/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index df20f8c..2854dad 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 = [] -- cgit v1.2.3