Polkadot-Blockchain-Academy / Academy-PoW

PoW blockchain node to gain hands-on experience starting a real network together
The Unlicense
21 stars 42 forks source link

Facing this issue: use of unstable library feature 'stdsimd' #63

Closed Aideepakchaudhary closed 5 months ago

Aideepakchaudhary commented 5 months ago
error[E0658]: use of unstable library feature 'stdsimd'
   --> /Users/deepak/.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
Aideepakchaudhary commented 5 months ago

This was stabilized in 1.72.