specs v0.16.1 Release Notes
Release Date: 2020-02-18 // about 5 years agoPrevious changes from v0.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)
- ⚡️ Update