Skip to content

Releases: dtolnay/async-trait

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)

0.1.62

20 Jan 05:26
0.1.62
d71c74d
Compare
Choose a tag to compare
  • Improve error message involving elided lifetimes (#229)

0.1.61

06 Jan 22:50
0.1.61
f013652
Compare
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
Compare
Choose a tag to compare
  • Documentation improvements

0.1.59

29 Nov 08:13
0.1.59
c1fba00
Compare
Choose a tag to compare
  • Support self: Arc<Self> async methods that have a default implementation provided by the trait (#210)