You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store::repo_key currently uses DefaultHasher for persisted cache paths under PREK_HOME/repos.
DefaultHasher is not specified across Rust releases, so it is not a good fit for on-disk keys. The cache path can change even when repo and rev do not.
Store::repo_keycurrently usesDefaultHasherfor persisted cache paths underPREK_HOME/repos.DefaultHasheris not specified across Rust releases, so it is not a good fit for on-disk keys. The cache path can change even whenrepoandrevdo not.