Skip to content

Releases: dtolnay/indoc

1.0.5

07 May 01:52
1.0.5
da96138
Compare
Choose a tag to compare
  • Work around "invisible delimiters" change in nightly compiler

1.0.4

07 May 01:51
1.0.4
1192be6
Compare
Choose a tag to compare
  • Add rust-version entry to Cargo.toml to declare the oldest supported compiler version

1.0.3

12 Oct 06:52
1.0.3
663fdd6
Compare
Choose a tag to compare
  • Fix incorrect handling of strings starting with \r\n by unindent and unindent_bytes (#43)

1.0.2

27 Jul 17:21
1.0.2
15c5345
Compare
Choose a tag to compare
  • Fix support for using a macro_rules metavariable as the string literal argument: indoc!($lit) (#39)

1.0.1

27 Jul 09:49
1.0.1
29f6fbe
Compare
Choose a tag to compare
  • Documentation improvements

1.0.0

27 Jul 09:48
1.0.0
318fe26
Compare
Choose a tag to compare

0.3.6

27 Jul 08:58
0.3.6
7df4b3f
Compare
Choose a tag to compare
  • Documentation improvements

0.3.5

25 Mar 03:11
0.3.5
3634b8e
Compare
Choose a tag to compare
  • Improve parse error message when indoc macro is given unexpected input

0.3.4

17 Aug 17:11
0.3.4
f81bac8
Compare
Choose a tag to compare
  • Update to Syn 1.0

0.3.3

28 Apr 21:24
0.3.3
23d1e0e
Compare
Choose a tag to compare
  • Another -Z minimal-versions fix (#29)