Releasing new version of scoped-futures #192
tlowerison
started this conversation in
General
Replies: 1 comment
-
Thanks for the headsup. I had a look at these changes and found they look good, so 👍 from me. Also thanks for keeping that crate up to date ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @weiznich, I'm planning on releasing a new patch of scoped-futures and wanted to give you a chance to review the changes since diesel-async currently does not pin the patch number on this dependency.
All contributions were made by Kijewski and included:
alloc
which entirely encompasses the existingstd
feature and allows for the crate to useno_std
; this change is backwards-compatible as it keeps thestd
feature the samecfg-if
dependencypin-utils
dependency withpin-project-lite
since they achieve the same function in scoped-futures of projecting a future and pin-project-lite is actively maintainedLet me know here once you're able to review these changes and I'll release the new patch. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions