Skip to content

Releases: dtolnay/paste

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)

1.0.4

10 Dec 01:30
1.0.4
3eb7624
Compare
Choose a tag to compare
  • Support pasting inside of attributes that contain colons in the path of the attribute (#59, #60)

1.0.3

10 Nov 18:56
1.0.3
a3e4ace
Compare
Choose a tag to compare
  • Support paste inside cfg and other name-value attributes (#56, #57)

1.0.2

22 Oct 03:16
1.0.2
6a5265f
Compare
Choose a tag to compare
  • Support case-modifiers inside of doc attributes: #[doc = "Endpoint for HTTP " $method:upper " method."]

1.0.1

15 Sep 15:18
1.0.1
ead8998
Compare
Choose a tag to compare
  • Update crates.io category metadata

1.0.0

15 Sep 15:18
1.0.0
949f5cc
Compare
Choose a tag to compare
  • Drop proc-macro-hack dependency in favor of native support for #[proc_macro] macros in expression position in Rust 1.45

0.1.18

21 Jun 01:23
0.1.18
ca72ba4
Compare
Choose a tag to compare
  • Fix handling of macro_rules metavariable as the last token of a group (#38)

0.1.17

15 Jun 19:54
0.1.17
63102a8
Compare
Choose a tag to compare
  • Improve compile time by reducing dependencies
  • Improve error reporting on unexpected syntax inside of [<...>]

0.1.16

03 Jun 05:07
0.1.16
6091cbe
Compare
Choose a tag to compare
  • Restore ability to build tests on non-x86 (#35)

0.1.15

29 May 06:31
0.1.15
b5ce9a4
Compare
Choose a tag to compare
  • Revert some changes involving None-delimited groups that changed unnecessarily in 0.1.13 (#33)