Skip to content

Releases: dtolnay/async-trait

0.1.9

16 Aug 16:41
0.1.9
2fe612f

Choose a tag to compare

  • Update to Syn 1.0

0.1.8

15 Aug 20:42
0.1.8
b3bc864

Choose a tag to compare

  • Avoid used_underscore_binding lint in generated code (#21)

0.1.7

01 Aug 16:31
0.1.7
63e386d

Choose a tag to compare

  • Accept #[async_trait(?Send)] to opt out of Send-bounded futures (#10, #14)
  • Fix use of self inside of nested macro invocation (#17)

0.1.6

30 Jul 07:50
0.1.6
8844556

Choose a tag to compare

  • Fix a "lifetime does not appear in bounds" error on certain async signatures (#15)

0.1.5

26 Jul 16:22
0.1.5
9de1b2c

Choose a tag to compare

  • Improve error messages when there are type errors involving self used in an async method body

0.1.4

25 Jul 17:14
0.1.4
6592c88

Choose a tag to compare

  • Support Self as an argument type that is not a method receiver (#9)
  • Support arbitrary self types (#11)

0.1.3

25 Jul 17:14
0.1.3
a93ce20

Choose a tag to compare

  • Support using from no_std crates

0.1.2

24 Jul 04:50
0.1.2

Choose a tag to compare

  • Fix compile error expanding impl block that has type parameters on the impl (#1)

0.1.1

24 Jul 04:49
0.1.1

Choose a tag to compare

  • Fix compile error if a where-clause begins with a bound on some associated type of Self (#2)

0.1.0

23 Jul 16:10
0.1.0
60e939f

Choose a tag to compare

Release 0.1.0