Allow newer Tera versions

Tera 0.11.15 was released, and fixes the bug that forced us to downgrade.
This commit is contained in:
Bat 2018-09-09 18:53:28 +01:00
parent e9337259f8
commit a3b7d5557b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ rpassword = "2.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tera = "=0.11.7"
tera = "0.11"
validator = "0.7"
validator_derive = "0.7"
webfinger = "0.3"