Skip to content
New issue

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

unknown feature stdsimd caused by ahash 0.8.5 #39

Open
anoushk1234 opened this issue Feb 15, 2024 · 0 comments
Open

unknown feature stdsimd caused by ahash 0.8.5 #39

anoushk1234 opened this issue Feb 15, 2024 · 0 comments

Comments

@anoushk1234
Copy link

anoushk1234 commented Feb 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant