1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-03 16:28:10 +00:00

Make sure handlebars is not updated, as the next patch version has breaking changes

This commit is contained in:
Daniel García 2020-01-05 00:09:24 +01:00
commit c058a1d63c
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 37 additions and 37 deletions

View file

@ -100,7 +100,7 @@ native-tls = "0.2.3"
quoted_printable = "0.4.1"
# Template library
handlebars = "2.0.2"
handlebars = "=2.0.2"
# For favicon extraction from main website
soup = "0.4.1"