Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.95
- Fix dependency on yanked version of
hashbrown
crate
1.0.94
- Use cargo styles for help text (#239)
1.0.92
- Support precise capture syntax, unsafe attributes, and safe and explicitly unsafe extern items
1.0.91
- Preserve doc attributes on statements (#235)
1.0.90
- Support formatting tail-call expressions (
become
) and precise capture syntax (use<>
)
1.0.89
- Fix dependency on yanked version of bytemuck crate
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)