Skip to content

Releases: dtolnay/cargo-expand

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)

1.0.15

04 May 21:05
1.0.15
bf418e4
Compare
Choose a tag to compare
Release 1.0.15

1.0.14

12 Jan 22:19
1.0.14
39d3774
Compare
Choose a tag to compare
  • Add an installer flag cargo install cargo-expand --features prettyplease to format all output using https://github.com/dtolnay/prettyplease instead of rustfmt; this will become default in the future

1.0.13

08 Jan 20:24
1.0.13
d4e5a9a
Compare
Choose a tag to compare
  • Update syntax highlighter to bat 0.19

1.0.12

08 Jan 20:24
1.0.12
59944fc
Compare
Choose a tag to compare
  • Pin syntect dependency to work around regression in syntect crate (#126)

1.0.11

02 Jan 23:03
1.0.11
5807afb
Compare
Choose a tag to compare
  • Update to clap 3

1.0.10

28 Nov 01:08
1.0.10
02afcf5
Compare
Choose a tag to compare
  • Pass --offline arg through to Cargo (#121)

1.0.9

25 Aug 07:46
1.0.9
10002df
Compare
Choose a tag to compare
  • Support NO_COLOR environment variable (#118, thanks @lt3Dev)