v2.0.0-alpha.12
Pre-release
Pre-release
What's Changed
- Fix typo in comment by @waywardmonkeys in #372
- Constant new SmallVec<T, N> for arrays smaller than N by @otcova in #377
- v2: Bump MSRV to 1.83 by @mbrubeck in #378
- Unconditionally implement
core::error::Errorby @TDecking in #380 - Update the
extract_iffeature by @TDecking in #381 - Add missing
Vecfunctionality by @TDecking in #382 - Shrink code produced by
smallvec![]. by @nnethercote in #385 - Rework specialization by @TDecking in #384
- Switch
serdedependency toserde_corefor v2 by @paolobarbolini in #393 - Fix: SmallVec::leak() to panic on inline storage (GHSA-5h7v-3586-wm8c) by @ksj1230
New Contributors
- @ksj1230 made their first contribution in GHSA-5h7v-3586-wm8c
- @otcova made their first contribution in #377
- @TDecking made their first contribution in #380
- @paolobarbolini made their first contribution in #393
Full Changelog: v2.0.0-alpha.11...v2.0.0-alpha.12