Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
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)
1.0.8
- Update unstable flags to work with nightly-2021-07-28 (#114, #115)