pub const CACHE_SCHEMA_VERSION: u32 = 1;Available on crate feature
vcs-git only.Expand description
On-disk format version for the cache. Bump on any change to the
HistoryCache / CommitEvent shape; an older entry is then
ignored rather than mis-parsed.