Skip to content

Releases: dtolnay/cargo-expand

1.0.25

16 Jun 22:57
1.0.25
6fcbdbb
Compare
Choose a tag to compare
  • Include prettyplease version in --version if built with --features prettyplease (#153)

1.0.24

16 Jun 21:26
1.0.24
c92f07e
Compare
Choose a tag to compare
  • Make cargo-expand able to be vendored by cargo-vendor (#151)

1.0.23

16 Jun 05:54
1.0.23
44eb0e0
Compare
Choose a tag to compare
  • Properly upgrade clap to 3.2 (#146, #150)
  • Replace one use of bat's low-level pretty printing API with something more future-proof (#148, thanks @Enselic)

1.0.22

16 Jun 05:51
1.0.22
d3bad52
Compare
Choose a tag to compare
  • Temporarily suppress some warnings related to deprecations in clap 3.2 (#147)

1.0.21

12 May 21:18
1.0.21
76716a2
Compare
Choose a tag to compare
  • Update syntax highlighting to bat 0.21

1.0.20

12 May 06:32
1.0.20
5ba0136
Compare
Choose a tag to compare

1.0.19

04 May 21:39
1.0.19
9c064bf
Compare
Choose a tag to compare
  • Improve error message on missing argument to --test, --package, --bin, --example, --bench flags (#141)

1.0.18

04 May 21:07
1.0.18
1933e55
Compare
Choose a tag to compare
  • Suppress panic message on stderr when a fallback to rustfmt occurs (#140)

1.0.17

04 May 21:06
1.0.17
007a445
Compare
Choose a tag to compare
  • Update syntax highlighting to bat 0.20

1.0.16

04 May 21:06
1.0.16
1bd0b2d
Compare
Choose a tag to compare
  • Update command line argument parser to clap 3.1 (#130)