From 5dff45086a39dd07e97041ae7bb5b2d4762c7eee Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 2 Feb 2017 15:18:23 -0800 Subject: [PATCH] Update to tera 0.7. --- contrib/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 0e19c9d6..6a9b03a8 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -35,5 +35,4 @@ serde_json = { version = "^0.9.3", optional = true } handlebars = { version = "^0.25", optional = true, features = ["serde_type"] } glob = { version = "^0.2", optional = true } lazy_static = { version = "^0.2", optional = true } -# tera = { version = "^0.6", optional = true } -tera = { git = "https://github.com/SergioBenitez/tera", optional = true } +tera = { version = "^0.7", optional = true }