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
`bytemuck` uses `bytemuck_derive ^1.4.1`. Recent `bytemuck_derive`
versions are not compatible with our MSRV 1.74.1 (1.9.1 requires Rust
1.84+, 1.9.0 requires edition 2024 which is stablized in 1.84). So fix
`bytemuck_derive` to the last version before 1.9.0.
0 commit comments