Skip to content

Releases: dtolnay/cargo-expand

1.0.5

28 Feb 23:16
1.0.5
8cd2ffe
Compare
Choose a tag to compare

1.0.4

23 Nov 19:04
1.0.4
925bc50
Compare
Choose a tag to compare

1.0.3

23 Nov 19:04
1.0.3
8a43a0f
Compare
Choose a tag to compare
  • Avoid dumping ANSI codes to Windows terminal (#95)

1.0.2

14 Nov 04:51
1.0.2
e842cf2
Compare
Choose a tag to compare
  • Permit selector argument to be written with leading double colon (#94)

1.0.1

12 Nov 18:14
1.0.1
852f1c4
Compare
Choose a tag to compare
  • Fix error: no such subcommand: +nightly when not using a rustup-managed toolchain (#92)

1.0.0

29 Jul 02:52
1.0.0
9ee9cd3
Compare
Choose a tag to compare
Release 1.0.0

0.6.4

13 Jul 18:38
0.6.4
7de3470
Compare
Choose a tag to compare
  • Support --release flag to do expansion with cfg(debug_assertions) unset (#88, thanks @iptq)

0.6.3

13 Jul 18:37
0.6.3
16f8f38
Compare
Choose a tag to compare
  • Unpin bincode dependency after regression was fixed (#87)

0.6.2

13 Jul 18:37
0.6.2
9960194
Compare
Choose a tag to compare
  • Pin bincode dependency to work around regression (#87)

0.6.1

07 Jun 18:35
0.6.1
70fc3d7
Compare
Choose a tag to compare
  • Fix failure to rustfmt some cases of 2015 edition expanded code (#85)