Skip to content

Releases: dtolnay/cargo-expand

1.0.28

25 Jul 04:42
1.0.28
0880139
Compare
Choose a tag to compare
  • Work around rustup issue affecting rustup 1.25 on Windows (#159)

1.0.27

18 Jun 22:23
1.0.27
4056677
Compare
Choose a tag to compare
  • Support expanded output containing unstable raw reference syntax, such as core::ptr::addr_of! (#156)

1.0.26

18 Jun 22:22
1.0.26
8cef130
Compare
Choose a tag to compare
  • Add support for Cargo's --profile flag — cargo expand --profile=test (#155)

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)