Skip to content

Releases: dtolnay/cargo-expand

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

1.0.75

21 Dec 18:48
1.0.75
d8ed97a
Compare
Choose a tag to compare
  • Update unsafe-libyaml dependency

1.0.74

13 Oct 15:59
1.0.74
950e46c
Compare
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
Compare
Choose a tag to compare
  • Update syntax highlighting to bat 0.24

1.0.72

02 Oct 15:30
1.0.72
60e3533
Compare
Choose a tag to compare

1.0.71

23 Sep 20:52
1.0.71
c3d9c5b
Compare
Choose a tag to compare
  • Improve --help (#194)
  • Recognize more of Cargo's flags (#197)

1.0.70

13 Sep 17:33
1.0.70
5cdce7e
Compare
Choose a tag to compare
  • Update toml dependency to 0.8

1.0.69

13 Sep 17:23
1.0.69
08bbe66
Compare
Choose a tag to compare
  • Preserve (/*ERROR*/) placeholder that rustc uses for macros that fail to expand