Skip to content

Releases: dcchut/async-recursion

v1.1.1

25 Apr 16:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Mar 13:50
3ebe1f0
Compare
Choose a tag to compare

What's Changed

  • fix(docs): Add missing word in comment (follow-up to #30) by @LeoniePhiline in #31
  • Added lifetime bounds to nested references (fixes #34, #37) in #38
  • Added support for Sync argument (thanks @planetoryd) in #40

New Contributors

Full Changelog: v1.0.5...v1.1.0

v1.0.5

02 Sep 00:31
Compare
Choose a tag to compare

What's Changed

  • Update test error output by @dcchut in #28
  • Attempt to handle references from macro_rules by @dcchut in #30

Full Changelog: v1.0.4...v1.0.5

v1.0.4

18 Mar 07:11
Compare
Choose a tag to compare
  • Fix crate documentation to match README

v1.0.3

18 Mar 07:04
Compare
Choose a tag to compare
  • Update syn dependency to 2.x