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

error[E0635]: unknown feature stdsimd #41

Open
ic3man5 opened this issue Feb 11, 2024 · 0 comments
Open

error[E0635]: unknown feature stdsimd #41

ic3man5 opened this issue Feb 11, 2024 · 0 comments

Comments

@ic3man5
Copy link

ic3man5 commented Feb 11, 2024

error[E0635]: unknown feature `stdsimd`
  --> /home/drebbe/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
   |
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

For more information about this error, try `rustc --explain E0635`.

rust-lang/hashbrown#499

Hashbrown crate needs to have support for ahash 0.8.7 or newer.

$ cargo tree -i ahash -p nmea-parser
ahash v0.7.6
└── hashbrown v0.12.3
    └── nmea-parser v0.10.0
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