Closed
Description
Is your feature request related to a problem or challenge?
Try to build df got
error[E0658]: use of unstable library feature 'stdsimd'
--> /Users/yangjiang/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:24
|
124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) };
| ^^^^^^^^^^
|
= note: see issue #48556 <https://github.com/rust-lang/rust/issues/48556> for more information
= help: add `#![feature(stdsimd)]` to the crate attributes to enable
Describe the solution you'd like
From the ticket
tkaitchuck/aHash#195
we should update rust to 1.72
Describe alternatives you've considered
No response
Additional context
No response