Skip to content

Releases: dtolnay/async-trait

0.1.72

21 Jul 04:34
0.1.72
a01e5d4
Compare
Choose a tag to compare
  • Documentation improvements

0.1.71

05 Jul 16:41
0.1.71
11dfe16
Compare
Choose a tag to compare
  • Documentation improvements

0.1.70

04 Jul 17:27
0.1.70
f8ce3fb
Compare
Choose a tag to compare
Release 0.1.70

0.1.69

03 Jul 03:14
0.1.69
78640d2
Compare
Choose a tag to compare
  • Resolve new diverging_sub_expression clippy lint in generated code

0.1.68

24 Mar 19:13
0.1.68
dce6060
Compare
Choose a tag to compare
  • Improve error message if an async fn is written without a function body in an impl block

0.1.67

18 Mar 01:01
0.1.67
f8a8650
Compare
Choose a tag to compare
  • Update syn dependency to 2.x

0.1.66

05 Mar 23:05
0.1.66
9a9b322
Compare
Choose a tag to compare
  • Set html_root_url attribute

0.1.65

04 Mar 06:57
0.1.65
ccb55b8
Compare
Choose a tag to compare
  • Fix interaction with rustc's single_use_lifetimes lint (#238, #239)

0.1.64

30 Jan 21:07
0.1.64
6a13fce
Compare
Choose a tag to compare
  • Suppress async_yields_async clippy correctness lint in generated code (#236, #237)

0.1.63

30 Jan 21:06
0.1.63
36bcff4
Compare
Choose a tag to compare
  • Do not require Sync on unused shared reference arguments (#232, #233)
  • Make expansion of nested _ and .. patterns edition independent (#234, #235)