Skip to content

Releases: dtolnay/async-trait

0.1.89

14 Aug 17:35
0.1.89
a7e91e9

Choose a tag to compare

0.1.88

15 Mar 01:00
0.1.88
b3a5919

Choose a tag to compare

  • Fix lifetime bounding on generic parameters that have cfg (#289)

0.1.87

03 Mar 05:23
0.1.87
32540aa

Choose a tag to compare

  • Documentation improvements

0.1.86

01 Feb 02:43
0.1.86
46a70c0

Choose a tag to compare

  • Documentation improvements

0.1.85

06 Jan 19:41
0.1.85
fee923d

Choose a tag to compare

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

03 Jan 04:25
0.1.84
4c8406d

Choose a tag to compare

  • Support impl Trait in return type (#282)

0.1.83

24 Sep 18:30
0.1.83
e6b4d47

Choose a tag to compare

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)

0.1.82

02 Sep 04:33
0.1.82
f8e5bb4

Choose a tag to compare

  • Prevent elided_named_lifetimes lint being produced in generated code (#276)

0.1.81

07 Jul 20:24
0.1.81
383f65f

Choose a tag to compare

  • Turn off unneeded features of syn dependency (#272, thanks @klensy)

0.1.80

11 Apr 18:56
0.1.80
d528b5a

Choose a tag to compare

  • Fix unreachable code warning for async functions that return ! (#265, thanks @de-vri-es)