From fb195ece2f2773d2a1fc004ff98f9b77a90cb9cc Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 7 Mar 2019 00:44:58 +0100 Subject: Use upstream pest --- dhall_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall_parser/Cargo.toml') diff --git a/dhall_parser/Cargo.toml b/dhall_parser/Cargo.toml index be76fa0..a73d445 100644 --- a/dhall_parser/Cargo.toml +++ b/dhall_parser/Cargo.toml @@ -14,4 +14,4 @@ abnf_to_pest = { path = "../abnf_to_pest" } [dependencies] pest = { git = "https://github.com/pest-parser/pest" } -pest_derive = { version = "2.1", path = "../../pest/derive" } +pest_derive = "2.1" -- cgit v1.2.3