New Features (BREAKING)
- use
std::thread::scope()
instead ofcrossbeam-utils::thread::scope()
.
This cuts a direct dependency.
We can't removedcrossbeam-channel
yet due to the need for single-produce-multiple-consumer
channels.
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 3 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages