v0.17.3
Releases
crate | version |
---|---|
foyer | 0.17.3 |
foyer-common | 0.17.3 |
foyer-memory | 0.17.3 |
foyer-storage | 0.17.3 |
foyer-bench | 0.17.3 |
Changes
- Use
DefaultHasher
(alias forstd::hash::BuilderHasherDefault<ahash::AHaser>
) as the default hasher to guarantee hash algorithm stable across runs.
What's Changed
- test: pass clippy test on latest stable toolchain (#1008) by @MrCroxx in #1014
- chore: release foyer v0.17.3 by @MrCroxx in #1015
Full Changelog: v0.17.2...v0.17.3