You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up for #3496: We need to figure out why this PR fixes the CI failure of binaries compiled with --object-format serialized. My personal guess is that because we use Option<>, the binary format isn't stable (in difference to rkyv::ArchivedOption, which has a #[repr(u8)] tag).
The text was updated successfully, but these errors were encountered:
Follow-up for #3496: We need to figure out why this PR fixes the CI failure of binaries compiled with
--object-format serialized
. My personal guess is that because we useOption<>
, the binary format isn't stable (in difference torkyv::ArchivedOption
, which has a#[repr(u8)]
tag).The text was updated successfully, but these errors were encountered: