Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.36k stars 280 forks source link

cargo: update MSRV for dependencies #895

Closed lucab closed 5 months ago

lucab commented 5 months ago

This bumps the MSRV as required by dependencies. At least ignore-0.4.22 now requires an higher MSRV in order to use stdlib OnceLock.