mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-27 13:00:57 +00:00

It seems like cargo-quickinstall had a breach of some sort: [cargo-quickinstall#441]. As a precautionary measure they wiped many pre-compiled files. Amongst them mdbook v0.4.52, which we use to build our book, and cargo-fuzz v0.13.1, which we use for fuzzing. This PR makes us not use pre-compiled programs, but use `cargo install` instead. [cargo-quickinstall#441]: <https://redirect.github.com/cargo-bins/cargo-quickinstall/issues/441>