Skip to content

Releases: dtolnay/async-trait

0.1.59

29 Nov 08:13
0.1.59
c1fba00

Choose a tag to compare

  • Support self: Arc<Self> async methods that have a default implementation provided by the trait (#210)

0.1.58

19 Oct 22:24
0.1.58
65a5c9d

Choose a tag to compare

  • Improve rust-analyzer "go to definition" on the method names of an async trait (#218)

0.1.57

01 Aug 07:38
0.1.57
7aa083c

Choose a tag to compare

  • Add categories to crates.io metadata

0.1.56

02 Jun 22:35
0.1.56
0cc3e8a

Choose a tag to compare

  • Fix build errors that involve use parentheses to disambiguate: `(impl 'async_trait + Trait)` (#204)

0.1.55

02 Jun 21:25
0.1.55
e872085

Choose a tag to compare

  • Fix drop order of uncaptured arguments (_) when compiling in 2021 edition's closure capture rules (#199)

0.1.54

02 Jun 20:35
0.1.54
e378bac

Choose a tag to compare

  • Fix lifetime issue when using impl Trait in an async function argument type (#177)

0.1.53

25 Mar 22:30
0.1.53
c946feb

Choose a tag to compare

  • Improve diagnostic / suggested fixes which involve "consider further restricting this bound" (#194)

0.1.52

09 Dec 12:35
0.1.52
20bd296

Choose a tag to compare

  • Eliminate clippy::shadow_some restriction lint from generated code (#184, thanks @c410-f3r)

0.1.51

29 Jul 01:43
0.1.51
a976397

Choose a tag to compare

  • Recognize fully elaborated ::core::marker::Trait supertrait bounds (#170, #171, #173)

0.1.50

17 Apr 23:14
0.1.50
651ddc1

Choose a tag to compare

  • Make compatible with tokio::select, futures::select and similar macros (#161)