From 83ca228b1b0d3c40d2a1998dde45ecfef6fa0bb7 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 10 Sep 2019 15:43:24 +0200 Subject: Tentatively derive pest::Parser normally If it still creates spurious recompilations, I'll revert that --- dhall_syntax/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall_syntax') diff --git a/dhall_syntax/Cargo.toml b/dhall_syntax/Cargo.toml index 450175c..8d9cca6 100644 --- a/dhall_syntax/Cargo.toml +++ b/dhall_syntax/Cargo.toml @@ -12,6 +12,7 @@ doctest = false itertools = "0.8.0" percent-encoding = "2.1.0" pest = "2.1" +pest_derive = "2.1" either = "1.5.2" take_mut = "0.2.2" hex = "0.3.2" -- cgit v1.2.3