From 8767f625d8b2bac6b8014fab56957c1bbb40b79a Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 16 Apr 2018 23:22:01 +0200 Subject: switch to a crates.io release of rtfm-syntax --- macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macros') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 977933e..d36499e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -7,13 +7,13 @@ keywords = ["arm", "cortex-m"] license = "MIT OR Apache-2.0" name = "cortex-m-rtfm-macros" repository = "https://github.com/japaric/cortex-m-rtfm" -version = "0.3.0" +version = "0.3.1" [dependencies] 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" } +rtfm-syntax = "0.3.0" syn = "0.13.1" [lib] -- cgit v1.2.3