Release v6.2.1
This is a patch release that fully migrates the crate to stable Rust — no more nightly-only features are used.
Changes
- Migrated the entire codebase from Rust nightly to stable Rust.
cacheboxno longer relies on any unstable Rust features. - Fixed a rare, hard-to-reproduce bug that could occur under very specific conditions.
Bug Fixes
- #62:
6.2.0could not be built with stable Rust (error[E0554]: '#![feature]' may not be used on the stable release channel)
Thanks To
- @mgorny for the report.