The current chrono version appears to be incompatible with rkyv 0.8 due to the recent feature flag changes — specifically, the size_16, size_32, and size_64 flags have been removed.
It might make sense to consider bumping the rkyv dependency to 0.8 and switching to the new pointer width feature flags
(i.e. pointer_width_16, pointer_width_32, pointer_width_64, etc.)
PR #1779
The current chrono version appears to be incompatible with rkyv 0.8 due to the recent feature flag changes — specifically, the
size_16,size_32, andsize_64flags have been removed.It might make sense to consider bumping the rkyv dependency to 0.8 and switching to the new pointer width feature flags
(i.e.
pointer_width_16,pointer_width_32,pointer_width_64, etc.)PR #1779