Skip to content

Releases: dtolnay/cargo-expand

1.0.80

25 Mar 05:38
1.0.80
71a72f0

Choose a tag to compare

  • Fix formatting of imports that contain ::{self as in expanded output

1.0.79

02 Jan 06:33
1.0.79
d864a1e

Choose a tag to compare

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.78

30 Dec 17:33
1.0.78
bb4928b

Choose a tag to compare

  • Preserve pre-existing setting of RUSTC_BOOTSTRAP environment variable (#206)

1.0.77

26 Dec 18:20
1.0.77
15b4f91

Choose a tag to compare

  • Look at RUSTC environment variable when deciding whether rustc supports -Zunpretty=expanded

1.0.76

26 Dec 04:59
1.0.76
1d4e1fb

Choose a tag to compare

  • Fix unnecessary recompilation of crates when alternating cargo check with cargo expand

1.0.75

21 Dec 18:48
1.0.75
d8ed97a

Choose a tag to compare

  • Update unsafe-libyaml dependency

1.0.74

13 Oct 15:59
1.0.74
950e46c

Choose a tag to compare

  • Add -F short flag for --features (#200, thanks @ehuss)

1.0.73

11 Oct 18:52
1.0.73
3812634

Choose a tag to compare

  • Update syntax highlighting to bat 0.24

1.0.72

02 Oct 15:30
1.0.72
60e3533

Choose a tag to compare

1.0.71

23 Sep 20:52
1.0.71
c3d9c5b

Choose a tag to compare

  • Improve --help (#194)
  • Recognize more of Cargo's flags (#197)