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/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pest_consume/Cargo.toml') diff --git a/pest_consume/Cargo.toml b/pest_consume/Cargo.toml index 7b26d56..70bdd22 100644 --- a/pest_consume/Cargo.toml +++ b/pest_consume/Cargo.toml @@ -10,4 +10,5 @@ repository = "https://github.com/Nadrieril/dhall-rust" [dependencies] pest = "2.1" +proc-macro-hack = "0.5.9" pest_consume_macros = { path = "../pest_consume_macros" } -- cgit v1.2.3