Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.78
- Preserve pre-existing setting of RUSTC_BOOTSTRAP environment variable (#206)
1.0.77
- Look at RUSTC environment variable when deciding whether rustc supports
-Zunpretty=expanded
1.0.76
- Fix unnecessary recompilation of crates when alternating
cargo check
with cargo expand
1.0.75
- Update unsafe-libyaml dependency
1.0.74
- Add
-F
short flag for --features
(#200, thanks @ehuss)
1.0.73
- Update syntax highlighting to
bat
0.24
1.0.71
- Improve
--help
(#194)
- Recognize more of Cargo's flags (#197)
1.0.70
- Update toml dependency to 0.8
1.0.69
- Preserve
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand