Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.18
- Suppress panic message on stderr when a fallback to rustfmt occurs (#140)
1.0.17
- Update syntax highlighting to bat 0.20
1.0.16
- Update command line argument parser to clap 3.1 (#130)
1.0.14
- Add an installer flag
cargo install cargo-expand --features prettyplease
to format all output using https://github.com/dtolnay/prettyplease instead of rustfmt; this will become default in the future
1.0.13
- Update syntax highlighter to bat 0.19
1.0.12
- Pin syntect dependency to work around regression in syntect crate (#126)
1.0.10
- Pass
--offline
arg through to Cargo (#121)
1.0.9
- Support NO_COLOR environment variable (#118, thanks @lt3Dev)