Update to tera 0.7.

This commit is contained in:
Sergio Benitez 2017-02-02 15:18:23 -08:00
parent b69527c392
commit 5dff45086a
1 changed files with 1 additions and 2 deletions

View File

@ -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 }