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:
parent
ad97570a01
commit
bb80d0f127
4 changed files with 38 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue