From 086970c270e4bbb5ab9dfc617e763c76367907a5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 14 Jun 2018 09:42:09 +0200 Subject: [PATCH] bump pest_derive to 1.0.7 Fixes: https://github.com/sunng87/handlebars-rust/issues/219 Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f22b1a9cd..ec7338b83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "src/lib.rs" log = "^0.4.0" quick-error = "^1.0.0" pest = "^1.0.0" -pest_derive = "^1.0.0" +pest_derive = "^1.0.7" serde = "^1.0.0" serde_json = "^1.0.0" regex = "^1.0.0"