Skip to content

Releases: dtolnay/cargo-expand

1.0.85

19 Apr 19:11
1.0.85
a713955
Compare
Choose a tag to compare
  • Correctly handle $RUSTC_WRAPPER being set to an empty value (#224)

1.0.84

15 Apr 01:33
1.0.84
7b08e5a
Compare
Choose a tag to compare
  • Improve line placement for field assignment with multiline value

1.0.83

15 Apr 01:14
1.0.83
5038098
Compare
Choose a tag to compare
  • Support Rust 1.77's C-string literal syntax

1.0.82

06 Apr 16:56
1.0.82
5c0f97f
Compare
Choose a tag to compare
  • Improve quoting of cargo commands printed by --verbose

1.0.81

29 Mar 21:27
1.0.81
8170047
Compare
Choose a tag to compare
  • Fix unneeded recompilation of dependencies (#210)

1.0.80

25 Mar 05:38
1.0.80
71a72f0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix unnecessary recompilation of crates when alternating cargo check with cargo expand