From 20e75122354dc44468fa58c40e94a43a128aa764 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 10 Sep 2019 15:42:11 +0200 Subject: Use proc_macro_hack to avoid the need for the proc_macro_hygiene feature --- pest_consume_macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pest_consume_macros/Cargo.toml') diff --git a/pest_consume_macros/Cargo.toml b/pest_consume_macros/Cargo.toml index dd65d95..317fd29 100644 --- a/pest_consume_macros/Cargo.toml +++ b/pest_consume_macros/Cargo.toml @@ -15,4 +15,5 @@ doctest = false [dependencies] quote = "1.0.2" proc-macro2 = "1.0.2" +proc-macro-hack = "0.5.9" syn = { version = "1.0.5", features = ["full", "extra-traits"] } -- cgit v1.2.3