Skip to content

Releases: dtolnay/cargo-expand

1.0.83

Choose a tag to compare

@dtolnay dtolnay released this 15 Apr 01:14
1.0.83
5038098
  • Support Rust 1.77's C-string literal syntax

1.0.82

Choose a tag to compare

@dtolnay dtolnay released this 06 Apr 16:56
1.0.82
5c0f97f
  • Improve quoting of cargo commands printed by --verbose

1.0.81

Choose a tag to compare

@dtolnay dtolnay released this 29 Mar 21:27
1.0.81
8170047
  • Fix unneeded recompilation of dependencies (#210)

1.0.80

Choose a tag to compare

@dtolnay dtolnay released this 25 Mar 05:38
1.0.80
71a72f0
  • Fix formatting of imports that contain ::{self as in expanded output

1.0.79

Choose a tag to compare

@dtolnay dtolnay released this 02 Jan 06:33
1.0.79
d864a1e
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

1.0.78

Choose a tag to compare

@dtolnay dtolnay released this 30 Dec 17:33
1.0.78
bb4928b
  • Preserve pre-existing setting of RUSTC_BOOTSTRAP environment variable (#206)

1.0.77

Choose a tag to compare

@dtolnay dtolnay released this 26 Dec 18:20
1.0.77
15b4f91
  • Look at RUSTC environment variable when deciding whether rustc supports -Zunpretty=expanded

1.0.76

Choose a tag to compare

@dtolnay dtolnay released this 26 Dec 04:59
1.0.76
1d4e1fb
  • Fix unnecessary recompilation of crates when alternating cargo check with cargo expand

1.0.75

Choose a tag to compare

@dtolnay dtolnay released this 21 Dec 18:48
1.0.75
d8ed97a
  • Update unsafe-libyaml dependency

1.0.74

Choose a tag to compare

@dtolnay dtolnay released this 13 Oct 15:59
1.0.74
950e46c
  • Add -F short flag for --features (#200, thanks @ehuss)