Skip to content

Releases: dtolnay/cargo-expand

1.0.88

17 May 02:15
1.0.88
7f38154
Compare
Choose a tag to compare
  • Fix dependency on yanked version of libc crate

1.0.87

14 May 21:52
1.0.87
bc53c70
Compare
Choose a tag to compare
  • Support Windows builds that have OUT_DIR prefixed with \\?\ (#226)

1.0.86

06 May 22:35
1.0.86
f5b9a7c
Compare
Choose a tag to compare
  • Resolve unexpected_cfgs warning (#225)

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