Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
0.4.12
- Color the output of
cargo expand --verbose
to match the coloring performed by Cargo
0.4.11
- Implement the
-p
argument supported by other Cargo commands (#59)
0.4.9
-
Configurable syntax highlighting theme. We read the [expand]
section of $CARGO_HOME/config if there is one:
[expand]
theme = "TwoDark"
Run cargo expand --themes
to print a list of available themes. Use theme = "none"
to disable coloring.
0.4.8
- More robust support for expanding individual items by path (#47)
0.4.7
- Support --lib --tests to build lib in test mode (#48)
0.4.5
- Add a --tests flag to include
#[test]
functions when expanding lib.rs or main.rs
0.4.4
- Update error message suggesting to install rustfmt
0.4.3
- Leave an empty line on stderr between compiler output and expanded code