Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Releases: dtolnay/paste

1.0.15

Choose a tag to compare

@dtolnay dtolnay released this 07 May 01:50
1.0.15
a2c7e27
  • Resolve unexpected_cfgs warning (#102)

1.0.14

Choose a tag to compare

@dtolnay dtolnay released this 15 Jul 20:57
1.0.14
1e0cc10
  • Documentation improvements

1.0.13

Choose a tag to compare

@dtolnay dtolnay released this 03 Jul 21:27
1.0.13
8ddd15d
  • Add no-alloc category to crates.io metadata

1.0.12

Choose a tag to compare

@dtolnay dtolnay released this 05 Mar 23:38
1.0.12
58a4a8f
  • Set html_root_url attribute

1.0.11

Choose a tag to compare

@dtolnay dtolnay released this 17 Dec 19:27
1.0.11
44d758d
  • Documentation improvements

1.0.10

Choose a tag to compare

@dtolnay dtolnay released this 12 Dec 21:25
1.0.10
188cecc
  • Support Literal as result of paste, as in [<1_u $bit>] producing 1_u32 etc. (#92)

1.0.9

Choose a tag to compare

@dtolnay dtolnay released this 31 Aug 07:06
1.0.9
2839b84
  • Preserve invisible delimiters in the input tokenstream if it contains no pastes (#86)

1.0.8

Choose a tag to compare

@dtolnay dtolnay released this 03 Aug 01:14
1.0.8
1b3689d
  • Add categories to crates.io metadata

1.0.7

Choose a tag to compare

@dtolnay dtolnay released this 27 Mar 20:26
1.0.7
76f2101
  • Parse unicode character literals, as in [<line_point_ '\u{63}' _to_point_a>] -> line_point_c_to_point_a (#78)

1.0.6

Choose a tag to compare

@dtolnay dtolnay released this 07 Nov 05:16
1.0.6
4ffed37
  • Fix "expected identifier after :" error when :: is used inside attribute (#70)