Releases: dtolnay/async-trait
Releases · dtolnay/async-trait
0.1.5
- Improve error messages when there are type errors involving
self
used in an async method body
0.1.4
- Support Self as an argument type that is not a method receiver (#9)
- Support arbitrary self types (#11)
0.1.3
- Support using from no_std crates
0.1.2
- Fix compile error expanding impl block that has type parameters on the impl (#1)
0.1.1
- Fix compile error if a where-clause begins with a bound on some associated type of Self (#2)