We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error[E0635]: unknown feature `stdsimd` --> /home/anoushk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.5/src/ lib.rs:99:42 | 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^
This is an issue caused by ahash 0.8 and was fixed in 0.8.7 tkaitchuck/aHash#200.
These are the crates dependent on this version
├── jito-protos v0.1.0 │ ├── solana-perf v1.17.20 │ │ ├── ahash v0.8.5 │ │ ├── solana-frozen-abi v1.17.20 │ │ │ ├── ahash v0.8.5 (*) │ │ ├── solana-sdk v1.17.20 │ │ │ │ ├── assert_matches v1.5.0 │ │ │ │ ├── base64 v0.21.7 │ │ │ │ ├── bincode v1.3.3 (*) │ │ │ │ ├── bitflags v2.4.2 (*) │ │ │ │ ├── borsh v0.10.3 │ │ │ │ │ ├── borsh-derive v0.10.3 (proc-macro) │ │ │ │ │ │ ├── borsh-derive-internal v0.10.3 │ │ │ │ │ │ │ ├── proc-macro2 v1.0.78 (*) │ │ │ │ │ │ │ ├── quote v1.0.35 (*) │ │ │ │ │ │ │ └── syn v1.0.109 │ │ │ │ │ │ │ ├── proc-macro2 v1.0.78 (*) │ │ │ │ │ │ │ ├── quote v1.0.35 (*) │ │ │ │ │ │ │ └── unicode-ident v1.0.12 │ │ │ │ │ │ ├── borsh-schema-derive-internal v0.10.3 │ │ │ │ │ │ │ ├── proc-macro2 v1.0.78 (*) │ │ │ │ │ │ │ ├── quote v1.0.35 (*) │ │ │ │ │ │ │ └── syn v1.0.109 (*) │ │ │ │ │ │ ├── proc-macro-crate v0.1.5 │ │ │ │ │ │ │ └── toml v0.5.11 │ │ │ │ │ │ │ └── serde v1.0.196 │ │ │ │ │ │ ├── proc-macro2 v1.0.78 (*) │ │ │ │ │ │ └── syn v1.0.109 (*) │ │ │ │ │ └── hashbrown v0.13.2 │ │ │ │ │ └── ahash v0.8.5 (*)
We should move to solana 1.18 since that is on v0.8.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is an issue caused by ahash 0.8 and was fixed in 0.8.7 tkaitchuck/aHash#200.
These are the crates dependent on this version
We should move to solana 1.18 since that is on v0.8.7
The text was updated successfully, but these errors were encountered: