Skip to content

Releases: dtolnay/cargo-expand

0.4.2

21 Jan 23:06
0.4.2
f5382a9
Compare
Choose a tag to compare
  • When using rustfmt, normalize doc attributes in the expanded code

0.4.1

21 Jan 23:05
0.4.1
a283354
Compare
Choose a tag to compare
  • Error message improvements when expanding a single item and rustfmt is not available or the item does not exist

0.4.0

14 Jan 07:04
0.4.0
a4abff6
Compare
Choose a tag to compare

0.3.20

09 Sep 18:46
0.3.20
3f12204
Compare
Choose a tag to compare
  • Switch from deprecated isatty crate to atty

0.3.19

12 Aug 20:43
0.3.19
3cca2ea
Compare
Choose a tag to compare
  • Produce expanded output even if there are typecheck errors

0.3.18

04 Aug 17:34
0.3.18
07d9bae
Compare
Choose a tag to compare
  • Fix "error: multiple input filenames provided" when invoked through stable toolchain (#32)
  • Handle cargo expand --version

0.3.17

04 Aug 17:28
0.3.17
c6bebf8
Compare
Choose a tag to compare

(yanked)

0.3.16

02 Jul 05:09
0.3.16
fdf0006
Compare
Choose a tag to compare
  • Set --profile=check to improve performance (#28)

0.3.15

02 Jul 04:32
0.3.15
e9c50ba
Compare
Choose a tag to compare
  • Better error handling and Windows support (#27, thanks @ehuss)

0.3.14

15 May 16:44
0.3.14
019eef3
Compare
Choose a tag to compare
  • Look for a nightly toolchain if being run with anything else (#10)