pub(crate) const SUPPORTED_CORE_API_VERSIONS: &[ApiVersion];
Expand description
List of core api versions supported by the implementation.
Notably major
version is the one being supported, and corresponding
minor
version is the one required (for given major
version).