mirror of https://github.com/rwf2/Rocket.git
Update to tera 0.7.
This commit is contained in:
parent
b69527c392
commit
5dff45086a
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue