disable version mismatch in editions without header
All checks were successful
Build and Test / super-mario-maker (push) Successful in 2m17s
Build and Test / wii-u-chat (push) Successful in 3m1s
Build and Test / minecraft-wiiu (push) Successful in 3m17s
Build and Test / friends (push) Successful in 3m42s
Build and Test / splatoon-testfire (push) Successful in 3m59s
Build and Test / fast-racing-neo (push) Successful in 4m30s
Build and Test / puyopuyo (push) Successful in 4m59s
Build and Test / splatoon (push) Successful in 5m11s

This commit is contained in:
Maple Nebel 2026-05-02 22:55:12 +02:00
commit d39758d748

View file

@ -13,6 +13,7 @@ pub enum Error {
Utf8(#[from] FromUtf8Error), Utf8(#[from] FromUtf8Error),
#[error("unexpected value: {0}")] #[error("unexpected value: {0}")]
UnexpectedValue(u64), UnexpectedValue(u64),
#[cfg(feature = "rmc_struct_header")]
#[error("version mismatch: {0}")] #[error("version mismatch: {0}")]
VersionMismatch(u8), VersionMismatch(u8),
#[error("an error occurred reading the station url")] #[error("an error occurred reading the station url")]