Skip to content

Releases: dtolnay/async-trait

0.1.58

19 Oct 22:24
0.1.58
65a5c9d
Compare
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
Compare
Choose a tag to compare
  • Add categories to crates.io metadata

0.1.56

02 Jun 22:35
0.1.56
0cc3e8a
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Make compatible with tokio::select, futures::select and similar macros (#161)

0.1.49

14 Apr 06:11
0.1.49
fa92d1f
Compare
Choose a tag to compare
  • Fix for use of self:: as prefix of a path in expression position (#158)