cxx-async icon indicating copy to clipboard operation
cxx-async copied to clipboard

Cleanup of old deps

Open Xuanwo opened this issue 11 months ago • 2 comments

cxx-async has some really old deps, it's better to cleanup them:

cxx-async-macro

  • [ ] syn 1 => 2 (And do we really need full?)
  • [ ] pin-utils remove (it's part of std): https://github.com/rust-lang/pin-utils

cxx-async-example-cppcoro

  • [ ] async-recursion 0.3 => 1

cxx-async-example-folly

  • [ ] async-recursion 0.3 => 1

Xuanwo avatar Nov 12 '24 13:11 Xuanwo