Skip to content

Release v6.2.1

Choose a tag to compare

@awolverp awolverp released this 27 Jul 07:11
· 102 commits to main since this release

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. cachebox no 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.0 could not be built with stable Rust (error[E0554]: '#![feature]' may not be used on the stable release channel)

Thanks To