error[E0635]: unknown feature `stdsimd`
--> /wrkdirs/usr/ports/audio/wasabi/work/wasabi-0.1.4/cargo-crates/ahash-0.8.6/src/lib.rs:99:42
|
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
For more information about this error, try `rustc --explain E0635`.
warning: `ahash` (lib) generated 4 warnings
error: could not compile `ahash` (lib) due to 1 previous error; 4 warnings emitted
The stdsimd feature was discontinued.
Please update the ahash crate.