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
The newest Rust nightly removed the `stdsimd` feature in favor of
more grained features (rust-lang/rust#117372).
However, the version of `ahash` we depend on, still requires that
feature. New release of `ahash` (0.8.7) contains a fix, but we can't
upgrade to it without upgrading Anchor.
Pinning Rust nightly seems to be the less intrusive solution for now.
0 commit comments