From e4584a8135584e6591bac7d5397cf227cf3cff92 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 30 Nov 2025 15:47:20 +0100 Subject: eid fixes --- common/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/src/lib.rs b/common/src/lib.rs index 3f535fd..cf79cc5 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -82,6 +82,7 @@ pub enum PictureSlot { Backdrop, } +#[repr(u8)] #[derive(Debug, Clone, Copy, Deserialize, Serialize, PartialEq, Eq, PartialOrd, Ord)] #[serde(rename_all = "snake_case")] pub enum IdentifierType { -- cgit v1.3