From 7fdf16eab948ea04c1e56fdb5a704ed88780f5c6 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 8 Apr 2018 18:23:27 +0200 Subject: update parser closes #69 this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the default `idle` path. --- macros/Cargo.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 254b7bd..977933e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -10,10 +10,11 @@ repository = "https://github.com/japaric/cortex-m-rtfm" version = "0.3.0" [dependencies] -error-chain = "0.10.0" -quote = "0.3.15" -rtfm-syntax = "0.2.1" -syn = "0.11.11" +failure = "0.1.1" +proc-macro2 = "0.3.6" +quote = "0.5.1" +rtfm-syntax = { git = "https://github.com/japaric/rtfm-syntax", branch = "syn-up" } +syn = "0.13.1" [lib] proc-macro = true -- cgit v1.2.3