pub const FILE_INDEX_SCHEMA: &str = "fi-v3";Expand description
Bump this constant (and the matching literal in [schema_version]) when
FileIndex or any type it contains gains, loses, or renames a field.
Rotating it causes every cached entry to be treated as a miss on the next
cold start, regardless of whether the crate version changed.