nextest-rs/nextest

Failed to install through cargo install despite `--locked` (v0.9.67): unknown feature `stdsimd`

mickvangelderen opened this issue · 2 comments

Just now,

cargo install cargo-nextest --locked

resolved to installing v0.9.67 and failed with

    Updating crates.io index
  Installing cargo-nextest v0.9.67

...

error[E0635]: unknown feature `stdsimd`
  --> /home/mick/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]

Am I making a silly mistake?

Ah, I was running this inside of a folder that set the toolchain to:

cargo 1.78.0-nightly (194a60b29 2024-02-21)
release: 1.78.0-nightly
commit-hash: 194a60b2952bd5d12ba15dd2577a97eed7d3c587
commit-date: 2024-02-21
host: x86_64-unknown-linux-gnu

It installs just fine using

cargo 1.76.0 (c84b36747 2024-01-18)
release: 1.76.0
commit-hash: c84b367471a2db61d2c2c6aab605b14130b8a31b
commit-date: 2024-01-18
host: x86_64-unknown-linux-gnu