Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.28
- Work around rustup issue affecting rustup 1.25 on Windows (#159)
1.0.27
- Support expanded output containing unstable raw reference syntax, such as
core::ptr::addr_of!
(#156)
1.0.26
- Add support for Cargo's
--profile
flag — cargo expand --profile=test
(#155)
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)