BlackMIDIDevs / wasabi

The fastest and most memory efficient Black MIDI player. Can play virtually any Black MIDI you have in realtime.
GNU General Public License v3.0
27 stars 7 forks source link

Build fails: error[E0635]: unknown feature `stdsimd` #56

Closed yurivict closed 8 months ago

yurivict commented 8 months ago
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.

arduano commented 8 months ago

The joys of using nightly rust

Anyway I've fixed it in the latest commit