3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-04-26 07:23:33 +00:00

chore: use 8 character hash components (#143)

Use 8 character hash components to reduce the key length, making it
more readable.

Fixes #97
This commit is contained in:
Steven Hartland 2023-05-19 19:30:37 +01:00 committed by GitHub
parent ad97570a01
commit bb80d0f127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 38 additions and 6 deletions

View file

@ -3,6 +3,7 @@
## 2.3.1
- Fix cache key stability.
- Use 8 character hash components to reduce the key length, making it more readable.
## 2.3.0