Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
0.3.13
- Render readme on crates.io
0.3.12
- Pass
-O encoding=utf8
to pygmentize to support non-ASCII Rust code on macOS
0.3.11
- Do not run
pygmentize
when running with --color=never
0.3.10
- Smarter detection of when rustfmt is available
0.3.9
- Suppress an unimportant warning from Cargo
0.3.7
- Filter out some new irrelevant rustfmt output
0.3.6
- Fix behavior when using rustfmt together with a build script or procedural macro containing println output (#6, thanks @JelteF)
0.3.5
- Expand the
example.rs
example by default if invoked as cargo expand --example
0.3.4
- Only pygmentize the output if stdout is a TTY