Skip to content

Releases: dtolnay/cargo-expand

0.3.13

30 Apr 08:30
0.3.13
3c600fd
Compare
Choose a tag to compare
  • Render readme on crates.io

0.3.12

07 Nov 17:29
0.3.12
5628e69
Compare
Choose a tag to compare
  • Pass -O encoding=utf8 to pygmentize to support non-ASCII Rust code on macOS

0.3.11

07 Nov 16:57
0.3.11
5aafe63
Compare
Choose a tag to compare
  • Do not run pygmentize when running with --color=never

0.3.10

23 Oct 02:55
0.3.10
b02c783
Compare
Choose a tag to compare
  • Smarter detection of when rustfmt is available

0.3.9

23 Oct 02:55
0.3.9
9fcba18
Compare
Choose a tag to compare
  • Suppress an unimportant warning from Cargo

0.3.8

10 Feb 02:31
0.3.8
260b493
Compare
Choose a tag to compare

0.3.7

29 Jan 01:55
0.3.7
f140666
Compare
Choose a tag to compare
  • Filter out some new irrelevant rustfmt output

0.3.6

13 Jan 04:49
0.3.6
618a2f2
Compare
Choose a tag to compare
  • Fix behavior when using rustfmt together with a build script or procedural macro containing println output (#6, thanks @JelteF)

0.3.5

24 Dec 01:22
0.3.5
b477997
Compare
Choose a tag to compare
  • Expand the example.rs example by default if invoked as cargo expand --example

0.3.4

23 Dec 16:36
0.3.4
7d3e1cf
Compare
Choose a tag to compare
  • Only pygmentize the output if stdout is a TTY