Skip to content

Releases: dtolnay/async-trait

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)

0.1.48

08 Mar 20:25
0.1.48
a4aab7b
Compare
Choose a tag to compare
  • Resolve clippy items_after_statements pedantic lint in generated code (#154)

0.1.47

07 Mar 08:45
0.1.47
926aeb5
Compare
Choose a tag to compare
  • Support for impl Trait in associated types (#152)

0.1.46

07 Mar 05:14
0.1.46
6d3cf66
Compare
Choose a tag to compare
  • Fix "mismatched types" error in function bodies that perform unsize coercion (#149)

0.1.45

05 Mar 12:14
0.1.45
2c4cde7
Compare
Choose a tag to compare
  • Resolve clippy let_unit_value pedantic lint in generated code (#147)

0.1.44

05 Mar 07:38
0.1.44
9e4dcdb
Compare
Choose a tag to compare
  • Suppress clippy type_complexity lint on complex type in generated code (#145)