pub const REQUIRES: [u8; 6];
Expand description

The sallyport version requires

This value provides a semver version requirement. It insists that the other side must use a compatible release to this one. For example, if the VERSION of sallyport is 1.2.3, REQUIRES will contain ^1.2.3.

See this link for more details.