Skip to content

Releases: dtolnay/cargo-expand

1.0.70

13 Sep 17:33
1.0.70
5cdce7e
Compare
Choose a tag to compare
  • Update toml dependency to 0.8

1.0.69

13 Sep 17:23
1.0.69
08bbe66
Compare
Choose a tag to compare
  • Preserve (/*ERROR*/) placeholder that rustc uses for macros that fail to expand

1.0.68

07 Sep 20:11
1.0.68
e47c927
Compare
Choose a tag to compare
  • Improve indentation of if-let and while-let expressions

1.0.67

03 Sep 17:57
1.0.67
ff6c03e
Compare
Choose a tag to compare

1.0.66

03 Sep 05:25
1.0.66
dc53cbc
Compare
Choose a tag to compare

1.0.65

31 Aug 08:58
1.0.65
0735413
Compare
Choose a tag to compare
  • Fix "all possible versions conflict with previously selected packages" build error on some versions of Cargo

1.0.64

05 Aug 18:45
1.0.64
44e0e2a
Compare
Choose a tag to compare
  • Also show version of prettyplease formatter if run with cargo expand --version --verbose (#154)

1.0.63

05 Aug 18:22
1.0.63
edebe7b
Compare
Choose a tag to compare
  • Fix rendering of --version (#189)

1.0.62

20 Jul 22:37
1.0.62
1b9b02b
Compare
Choose a tag to compare
  • Improve formatting of let-else statements

1.0.61

16 Jul 22:19
1.0.61
9680b8f
Compare
Choose a tag to compare
  • Switch from is-terminal crate to std::io::IsTerminal (#187, thanks @tottoto)