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).
pub const SPEC_MAJOR: u64 = 1;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).