Constant CALIBRATION_FORMAT_VERSION
pub const CALIBRATION_FORMAT_VERSION: u32 = 1;Expand description
Artifact schema version. A loaded artifact whose format_version differs
is rejected with a hard error — an explicitly passed --calibration file
that cannot be used is a configuration mistake, not a degradable state.