Skip to main content

SCHEMA_VERSION

Constant SCHEMA_VERSION 

Source
pub const SCHEMA_VERSION: u32 = 7;
Expand description

On-disk format version. Bump when CachedChunk or the header layout changes in a backwards-incompatible way. v5: ModuleArtifact gained public_type_names (pub type exports). v6: payload encoding replaced with postcard. v7: exported type schemas moved from eager JSON strings to an initializer chunk that resolves imported aliases in the module environment. v7: ModuleArtifact replaced split name sets with the typed public export contract shared by the module graph and runtime.