Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.85
- Correctly handle $RUSTC_WRAPPER being set to an empty value (#224)
1.0.84
- Improve line placement for field assignment with multiline value
1.0.83
- Support Rust 1.77's C-string literal syntax
1.0.82
- Improve quoting of cargo commands printed by
--verbose
1.0.81
- Fix unneeded recompilation of dependencies (#210)
1.0.80
- Fix formatting of imports that contain
::{self as
in expanded output
1.0.79
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
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