Releases: kykosic/pre-commit-rust
Releases · kykosic/pre-commit-rust
0.4.0
Changes:
- Add
rust_version
, auto_update
, and not_found_message
flags for validating rust toolchain before running
- Improved error messages
0.3.0
Changes:
- Rewrite hook in Rust from Python
- Use the CARGO_HOME at hook compile time to source
cargo
commands
0.2.0
Changes:
- Restructure to use subcommands and support additional
args
for hooks