Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.25
- Include prettyplease version in
--version
if built with --features prettyplease
(#153)
1.0.24
- Make cargo-expand able to be vendored by cargo-vendor (#151)
1.0.23
- Properly upgrade
clap
to 3.2 (#146, #150)
- Replace one use of
bat
's low-level pretty printing API with something more future-proof (#148, thanks @Enselic)
1.0.22
- Temporarily suppress some warnings related to deprecations in clap 3.2 (#147)
1.0.21
- Update syntax highlighting to bat 0.21
1.0.19
- Improve error message on missing argument to
--test
, --package
, --bin
, --example
, --bench
flags (#141)
1.0.18
- Suppress panic message on stderr when a fallback to rustfmt occurs (#140)
1.0.17
- Update syntax highlighting to bat 0.20
1.0.16
- Update command line argument parser to clap 3.1 (#130)