From ce99949256550753ed246d0baeab24019399dfdd Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 19:26:33 +0100 Subject: Release abnf_to_pest version 0.5.0 --- dhall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall/Cargo.toml') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index aa01a05..8de21f5 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -31,7 +31,7 @@ version-sync = "0.8" [build-dependencies] walkdir = "2" -abnf_to_pest = { version = "0.2.0", path = "../abnf_to_pest" } +abnf_to_pest = { version = "^0.5.0", path = "../abnf_to_pest" } pest_generator = "2.1" quote = "1.0" -- cgit v1.2.3