Skip to content

Releases: dtolnay/async-trait

0.1.69

03 Jul 03:14
0.1.69
78640d2

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

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

Choose a tag to compare

  • Update syn dependency to 2.x

0.1.66

05 Mar 23:05
0.1.66
9a9b322

Choose a tag to compare

  • Set html_root_url attribute

0.1.65

04 Mar 06:57
0.1.65
ccb55b8

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

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

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)

0.1.62

20 Jan 05:26
0.1.62
d71c74d

Choose a tag to compare

  • Improve error message involving elided lifetimes (#229)

0.1.61

06 Jan 22:50
0.1.61
f013652

Choose a tag to compare

  • Fix async function signatures that involve #[cfg(...)] attributes on parameters (#227, thanks @azriel91)

0.1.60

17 Dec 18:38
0.1.60
226521b

Choose a tag to compare

  • Documentation improvements