Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.88
- Fix lifetime bounding on generic parameters that have cfg (#289)
0.1.87
- Documentation improvements
0.1.86
- Documentation improvements
0.1.85
- Omit
Self: 'async_trait bound in impl when not needed by signature (#284)
0.1.84
- Support
impl Trait in return type (#282)
0.1.83
- Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
0.1.82
- Prevent elided_named_lifetimes lint being produced in generated code (#276)
0.1.81
- Turn off unneeded features of
syn dependency (#272, thanks @klensy)
0.1.80
- Fix unreachable code warning for async functions that return
! (#265, thanks @de-vri-es)