Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ahash from 0.8.3 to 0.8.11 to fix unknown feature
stdsimd
Fixes this build error with current Rust nightly: Compiling ahash v0.8.3 error[E0635]: unknown feature `stdsimd` --> /home/anders/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs:99:42 | 99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^ For more information about this error, try `rustc --explain E0635`. error: could not compile `ahash` (lib) due to 1 previous error Signed-off-by: Anders Kaseorg <[email protected]>
- Loading branch information