Skip to content

Releases: dtolnay/async-trait

0.1.92

Choose a tag to compare

@dtolnay dtolnay released this 08 Aug 07:11
0.1.92
82e7e9e
  • Resolve double_must_use clippy lint in generated code (#303)

0.1.91

Choose a tag to compare

@dtolnay dtolnay released this 26 Jul 20:47
0.1.91
d049ee0
  • Update to syn 3 (#299)
  • Fix mutability for by-reference receivers (#301)

0.1.90

Choose a tag to compare

@dtolnay dtolnay released this 18 Jul 21:20
0.1.90
2371797

(yanked)

0.1.89

Choose a tag to compare

@dtolnay dtolnay released this 14 Aug 17:35
0.1.89
a7e91e9

0.1.88

Choose a tag to compare

@dtolnay dtolnay released this 15 Mar 01:00
0.1.88
b3a5919
  • Fix lifetime bounding on generic parameters that have cfg (#289)

0.1.87

Choose a tag to compare

@dtolnay dtolnay released this 03 Mar 05:23
0.1.87
32540aa
  • Documentation improvements

0.1.86

Choose a tag to compare

@dtolnay dtolnay released this 01 Feb 02:43
0.1.86
46a70c0
  • Documentation improvements

0.1.85

Choose a tag to compare

@dtolnay dtolnay released this 06 Jan 19:41
0.1.85
fee923d
  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

Choose a tag to compare

@dtolnay dtolnay released this 03 Jan 04:25
0.1.84
4c8406d
  • Support impl Trait in return type (#282)

0.1.83

Choose a tag to compare

@dtolnay dtolnay released this 24 Sep 18:30
0.1.83
e6b4d47
  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)