Skip to content

Releases: dtolnay/paste

1.0.14

15 Jul 20:57
1.0.14
1e0cc10
Compare
Choose a tag to compare
  • Documentation improvements

1.0.13

03 Jul 21:27
1.0.13
8ddd15d
Compare
Choose a tag to compare
  • Add no-alloc category to crates.io metadata

1.0.12

05 Mar 23:38
1.0.12
58a4a8f
Compare
Choose a tag to compare
  • Set html_root_url attribute

1.0.11

17 Dec 19:27
1.0.11
44d758d
Compare
Choose a tag to compare
  • Documentation improvements

1.0.10

12 Dec 21:25
1.0.10
188cecc
Compare
Choose a tag to compare
  • Support Literal as result of paste, as in [<1_u $bit>] producing 1_u32 etc. (#92)

1.0.9

31 Aug 07:06
1.0.9
2839b84
Compare
Choose a tag to compare
  • Preserve invisible delimiters in the input tokenstream if it contains no pastes (#86)

1.0.8

03 Aug 01:14
1.0.8
1b3689d
Compare
Choose a tag to compare
  • Add categories to crates.io metadata

1.0.7

27 Mar 20:26
1.0.7
76f2101
Compare
Choose a tag to compare
  • Parse unicode character literals, as in [<line_point_ '\u{63}' _to_point_a>] -> line_point_c_to_point_a (#78)

1.0.6

07 Nov 05:16
1.0.6
4ffed37
Compare
Choose a tag to compare
  • Fix "expected identifier after :" error when :: is used inside attribute (#70)

1.0.5

14 Mar 01:47
1.0.5
b38636e
Compare
Choose a tag to compare
  • Work around conflict with extended_key_value_attributes (#63)