Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.88
- Fix dependency on yanked version of libc crate
1.0.87
- Support Windows builds that have OUT_DIR prefixed with
\\?\
(#226)
1.0.86
- Resolve unexpected_cfgs warning (#225)
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