Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.70
- Update toml dependency to 0.8
1.0.69
- Preserve
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand
1.0.68
- Improve indentation of if-let and while-let expressions
1.0.65
- Fix "all possible versions conflict with previously selected packages" build error on some versions of Cargo
1.0.64
- Also show version of prettyplease formatter if run with
cargo expand --version --verbose
(#154)
1.0.63
- Fix rendering of
--version
(#189)
1.0.62
- Improve formatting of let-else statements
1.0.61
- Switch from
is-terminal
crate to std::io::IsTerminal
(#187, thanks @tottoto)