Skip to main content

SPEC_MAJOR

Constant SPEC_MAJOR 

Source
pub const SPEC_MAJOR: u64 = 1;
Expand description

The major component of SPEC_VERSION. A grader accepts a manifest whose major is this or older, and refuses a newer major it does not implement (see the spec’s version policy).