Use pegged Tera.

This commit is contained in:
Sergio Benitez 2017-01-28 21:52:36 -08:00
parent 0063f2524e
commit 5f04beaafc
1 changed files with 1 additions and 1 deletions

View File

@ -36,4 +36,4 @@ handlebars = { version = "^0.24", 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/Keats/tera", optional = true }
tera = { git = "https://github.com/SergioBenitez/tera", optional = true }