Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
1.0.3
- Avoid dumping ANSI codes to Windows terminal (#95)
1.0.2
- Permit selector argument to be written with leading double colon (#94)
1.0.1
- Fix
error: no such subcommand: +nightly
when not using a rustup-managed toolchain (#92)
0.6.4
- Support
--release
flag to do expansion with cfg(debug_assertions)
unset (#88, thanks @iptq)
0.6.3
- Unpin bincode dependency after regression was fixed (#87)
0.6.2
- Pin bincode dependency to work around regression (#87)
0.6.1
- Fix failure to rustfmt some cases of 2015 edition expanded code (#85)