Releases: dtolnay/cargo-expand
Releases · dtolnay/cargo-expand
0.6.0
- Switch from deprecated
prettyprint
crate to the better maintained bat
for syntax highlighting
0.4.20
- Filter some new noise that rustc prints to stderr
0.4.18
- Fix rustfmt-ing some crates that would fail to format if they contained a macro named as a raw identifier
0.4.16
- Preserve order of
use
items in expanded code (#56)
0.4.14
- Pin some deps to avoid whatever is going wrong with onig_sys 69.2.0 (#65)
0.4.13
- Deal with onig_sys breaking change (#65)