Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
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)
1.0.60
- Use the binary from
default-run
in Cargo.toml as the default crate to expand (#185, thanks @viruscamp)
1.0.59
- Add
rust-version
entry to Cargo.toml to declare the oldest supported compiler version
1.0.58
- Eliminate vulnerable/unmaintained
atty
dependency
1.0.57
- Upgrade to rewritten version 1.9 of the
regex
crate