Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.49
14 Apr 06:11
Compare
Sorry, something went wrong.
No results found
Fix for use of self:: as prefix of a path in expression position (#158 )
0.1.48
08 Mar 20:25
Compare
Sorry, something went wrong.
No results found
Resolve clippy items_after_statements pedantic lint in generated code (#154 )
0.1.47
07 Mar 08:45
Compare
Sorry, something went wrong.
No results found
Support for impl Trait in associated types (#152 )
0.1.46
07 Mar 05:14
Compare
Sorry, something went wrong.
No results found
Fix "mismatched types" error in function bodies that perform unsize coercion (#149 )
0.1.45
05 Mar 12:14
Compare
Sorry, something went wrong.
No results found
Resolve clippy let_unit_value pedantic lint in generated code (#147 )
0.1.44
05 Mar 07:38
Compare
Sorry, something went wrong.
No results found
Suppress clippy type_complexity lint on complex type in generated code (#145 )
0.1.43
05 Mar 05:26
Compare
Sorry, something went wrong.
No results found
Switch implementation to async blocks, which have fewer edge cases (#143 , thanks @SergioBenitez )
0.1.42
21 Nov 19:37
Compare
Sorry, something went wrong.
No results found
Fix Self generic type inserted out of order relative to const generic params (#136 , thanks @taiki-e )
0.1.41
01 Oct 11:58
Compare
Sorry, something went wrong.
No results found
Fix clippy::used_underscore_binding lint in generated code (#129 )
0.1.40
30 Aug 04:26
Compare
Sorry, something went wrong.
No results found
Fix handling of Self keyword inside of function-like macro invocations in a trait method's default impl (#124 , thanks @taiki-e )