dtolnay/async-trait
 Watch   
 Star   
 Fork   
13 days ago
async-trait

0.1.91

  • Update to syn 3 (#299)
  • Fix mutability for by-reference receivers (#301)
13 days ago
async-trait

0.1.90

  • Update to syn 3
2025-08-15 01:23:49
async-trait

0.1.89

  • Improve IDE functionality (#293, thanks @Veykril)
2025-03-15 08:59:58
async-trait

0.1.88

  • Fix lifetime bounding on generic parameters that have cfg (#289)
2025-03-03 13:13:59
async-trait

0.1.87

  • Documentation improvements
2025-02-01 10:20:47
async-trait

0.1.86

  • Documentation improvements
2025-01-07 03:40:30
async-trait

0.1.85

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)
2025-01-03 12:25:16
async-trait

0.1.84

  • Support impl Trait in return type (#282)
2024-09-25 02:30:06
async-trait

0.1.83

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#278)
2024-09-02 12:31:47
async-trait

0.1.82

  • Prevent elided_named_lifetimes lint being produced in generated code (#276)