Skip to content

Releases: dtolnay/quote

1.0.45

03 Mar 20:54
1.0.45
842ffde

Choose a tag to compare

  • Add ToTokens impl for Arc<T> (#326)

1.0.44

23 Jan 03:29
1.0.44
ad9fb40

Choose a tag to compare

  • Support raw lifetime syntax 'r#async (#323)

1.0.43

05 Jan 23:48
1.0.43
635ee67

Choose a tag to compare

  • Disambiguate references to stringify! macro inside generated code (#316)

1.0.42

06 Nov 18:36
1.0.42
bb9e7a4

Choose a tag to compare

1.0.41

29 Sep 01:10
1.0.41
594c865

Choose a tag to compare

  • Improve compile error when repetition contains no interpolated value that is an iterator (#302)

1.0.40

11 Mar 23:57
1.0.40
ab1e92c

Choose a tag to compare

1.0.39

03 Mar 07:36
1.0.39
7d089f5

Choose a tag to compare

  • Documentation improvements

1.0.38

26 Dec 05:04
1.0.38
0245506

Choose a tag to compare

  • Support interpolating arrays inside of arrays using a repetition (#286)

1.0.37

22 Aug 22:43
1.0.37
b1ebffa

Choose a tag to compare

  • Implement ToTokens for CStr and CString (#283)

1.0.36

10 Apr 04:00
1.0.36
5d4880c

Choose a tag to compare

  • Documentation improvements