Closed godofdream closed 1 year ago
I fixed plenty of clippy warnings and errors. I updated the dependencies. Also I replaced some deprecated functions of the parser, humansize, and chrono. The only real change is the sorting function, which should be faster now.
Let's try to not bump the MSRV though so that means removing the inlined args in format!
what is the current msrv? I would add it as clippy config
https://github.com/Keats/tera/blob/master/.github/workflows/ci.yml#L18
I'm redoing the pullrequest with a cleaned up branch
I fixed plenty of clippy warnings and errors. I updated the dependencies. Also I replaced some deprecated functions of the parser, humansize, and chrono. The only real change is the sorting function, which should be faster now.