STORE_FORMAT_VERSION

Constant STORE_FORMAT_VERSION 

Source
pub const STORE_FORMAT_VERSION: StoreFormatVersion;
Expand description

The current format version for recorded test runs (store.zip and run.log).

This combines a major version (for breaking changes) and a minor version (for additive changes). Readers check compatibility via StoreFormatVersion::check_readable_by.