Release 0.16.0
- Update
syn
,quote
andproc-macro2
to1.0
. (#648) - Implement
ParJoin
forMaybeJoin
if the inner type isParJoin
. (#655) - Remove
"nightly"
feature -- improved panic messages are available on stable. (#671) - Bump
shred
to0.10.2
. (#671, #674, #683) - Components and resources no longer need to be
Send + Sync
if parallel feature is disabled (#673, #674) - Bump
uuid
to0.8.1
. (#683) - Bump
rayon
to1.3.0
. (#683)