Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.89
14 Aug 17:35
Compare
Sorry, something went wrong.
No results found
0.1.88
15 Mar 01:00
Compare
Sorry, something went wrong.
No results found
Fix lifetime bounding on generic parameters that have cfg (#289 )
0.1.87
03 Mar 05:23
Compare
Sorry, something went wrong.
No results found
Documentation improvements
0.1.86
01 Feb 02:43
Compare
Sorry, something went wrong.
No results found
Documentation improvements
0.1.85
06 Jan 19:41
Compare
Sorry, something went wrong.
No results found
Omit Self: 'async_trait bound in impl when not needed by signature (#284 )
0.1.84
03 Jan 04:25
Compare
Sorry, something went wrong.
No results found
Support impl Trait in return type (#282 )
0.1.83
24 Sep 18:30
Compare
Sorry, something went wrong.
No results found
Prevent needless_arbitrary_self_type lint being produced in generated code (#278 )
0.1.82
02 Sep 04:33
Compare
Sorry, something went wrong.
No results found
Prevent elided_named_lifetimes lint being produced in generated code (#276 )
0.1.81
07 Jul 20:24
Compare
Sorry, something went wrong.
No results found
Turn off unneeded features of syn dependency (#272 , thanks @klensy )
0.1.80
11 Apr 18:56
Compare
Sorry, something went wrong.
No results found
Fix unreachable code warning for async functions that return ! (#265 , thanks @de-vri-es )