mirror of https://github.com/rwf2/Rocket.git
Use pegged Tera.
This commit is contained in:
parent
0063f2524e
commit
5f04beaafc
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue