Skip to content

Releases: dtolnay/async-trait

0.1.18

16 Nov 21:12
0.1.18
42aadfe
Compare
Choose a tag to compare
  • Improve span of errors when async method's future does not implement Send (#49, thanks @Marwes)

0.1.17

26 Oct 17:38
0.1.17
9cf6a7f
Compare
Choose a tag to compare
  • Fix "cannot find type `AsyncTrait` in this scope" when a trait has both a where-clause mentioning Self and a no-self method with a default implementation (#44, thanks @olegnn)

0.1.16

21 Oct 08:03
0.1.16
537b813
Compare
Choose a tag to compare
  • Fix "lifetimes do not match method in trait" when signature in trait contains Self but signature in impl does not (#42)

0.1.15

17 Apr 23:13
0.1.15
673e157
Compare
Choose a tag to compare
  • Avoid generated code being disrupted by a user defined module or import named core (#41, thanks @Marwes)

0.1.14

17 Apr 23:13
0.1.14
4cc7d23
Compare
Choose a tag to compare
  • Support unsafe traits and unsafe trait impls (#39, thanks @Marwes)

0.1.13

16 Sep 06:08
0.1.13
fec113f
Compare
Choose a tag to compare
  • Support Self used as expr inside trait method body (#31)

0.1.12

16 Sep 04:26
0.1.12
e6b2cd8
Compare
Choose a tag to compare

0.1.11

23 Aug 15:13
0.1.11
1929a9d
Compare
Choose a tag to compare
  • Remove #![feature(async_await)] from documentation now that the feature gate is gone in nightly

0.1.10

17 Aug 16:51
0.1.10
b1eb5c3
Compare
Choose a tag to compare
  • Propagate mutability of mut self argument (#24, thanks @taiki-e)

0.1.9

16 Aug 16:41
0.1.9
2fe612f
Compare
Choose a tag to compare
  • Update to Syn 1.0