Skip to content

Releases: dtolnay/async-trait

0.1.82

02 Sep 04:33
0.1.82
f8e5bb4
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix unreachable code warning for async functions that return ! (#265, thanks @de-vri-es)

0.1.79

24 Mar 03:07
0.1.79
1eb21ed
Compare
Choose a tag to compare
  • Clean up some dead code

0.1.78

16 Mar 23:59
0.1.78
c73061d
Compare
Choose a tag to compare
  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)

0.1.77

16 Mar 23:58
0.1.77
7084226
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.76

30 Dec 23:43
0.1.76
627124b
Compare
Choose a tag to compare
  • Documentation improvements

0.1.75

20 Dec 23:56
0.1.75
034d8db
Compare
Choose a tag to compare
  • Documentation improvements

0.1.74

15 Oct 02:55
0.1.74
265979b
Compare
Choose a tag to compare
  • Documentation improvements

0.1.73

12 Aug 03:25
0.1.73
f07c856
Compare
Choose a tag to compare
  • Prevent generated code from triggering ignored_unit_patterns pedantic clippy lint