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

Releases: dtolnay/paste

0.1.14

25 May 18:21
0.1.14
157559c
Compare
Choose a tag to compare
  • Support concatenation of types in paths, such as prefix::$t or $t::suffix where $t is a ty fragment

0.1.13

24 May 09:29
0.1.13
c1ca97d
Compare
Choose a tag to compare
  • Support #[doc = $doc] idiom for interpolating a stringify or similar expression into a doc attribute (#29, #30)

0.1.12

24 May 09:28
0.1.12
ff47f2f
Compare
Choose a tag to compare
  • Fix parse error when $:lifetime appears in certain positions (#26, #27)

0.1.11

26 Apr 19:00
0.1.11
a3c7d4f
Compare
Choose a tag to compare

0.1.10

01 Apr 22:01
0.1.10
5feb376
Compare
Choose a tag to compare

0.1.9

27 Mar 21:15
0.1.9
ea5be07
Compare
Choose a tag to compare

0.1.8

19 Mar 20:34
0.1.8
68b6baa
Compare
Choose a tag to compare
  • Support the syntax $var:lower to convert an identifier segment to lowercase as part of the paste.
    For example: [<ld_ $reg:lower _expr>] would paste to ld_bc_expr if invoked with $reg=Bc.

0.1.7

23 Feb 01:15
0.1.7
1638f7a
Compare
Choose a tag to compare
  • Support minimum-versions dependency resolution (#15, thanks @CAD97)

0.1.6

15 Aug 23:15
0.1.6
6ad3d59
Compare
Choose a tag to compare
  • Update to Syn 1.0

0.1.5

19 Mar 20:27
0.1.5
997e626
Compare
Choose a tag to compare
  • Include license files in paste-impl crate for distro packaging (#10)