From 14b18111821d8e1929df149a8782e9b7c761b1ff Mon Sep 17 00:00:00 2001 From: Ferdia McKeogh Date: Thu, 7 Jun 2018 11:45:11 +0100 Subject: Fix "Could not find `Op` in `proc_macro`" --- macros/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d36499e..5121e7f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -11,10 +11,10 @@ version = "0.3.1" [dependencies] failure = "0.1.1" -proc-macro2 = "0.3.6" -quote = "0.5.1" -rtfm-syntax = "0.3.0" -syn = "0.13.1" +proc-macro2 = "0.4.6" +quote = "0.6.3" +rtfm-syntax = {git = "https://github.com/chocol4te/rtfm-syntax.git"} +syn = "0.14.2" [lib] proc-macro = true -- cgit v1.2.3