You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build something that depends on cpufeatures on rustc 1.48, I get the following error from cargo. This appears to be an instance of rust-lang/cargo#10954, which means the cpufeatures crate simply needs to be re-uploaded with stable cargo (or a newer nightly).
error: failed to parse manifest at `/root/.cargo/registry/src/github.com-1ecc6299db9ec823/cpufeatures-0.2.3/Cargo.toml`
Caused by:
feature `resolver` is required
consider adding `cargo-features = ["resolver"]` to the manifest
The text was updated successfully, but these errors were encountered:
striezel
added a commit
to striezel/corona
that referenced
this issue
Aug 20, 2022
The cpufeatures 0.2.3 crate does not build on this project's
current MSRV (rustc 1.48), so it's reverted to the previous
version.
See <RustCrypto/utils#795> for the
corresponding upstream issue.
Hm, it's weird that this issue did not trigger CI in the hashes repository which has MSRV 1.41. Either way, I will release v0.2.4 using the stable 1.63 toolchain right away. Can you confirm that v0.2.4 fixes your issue?
When trying to build something that depends on cpufeatures on rustc 1.48, I get the following error from cargo. This appears to be an instance of rust-lang/cargo#10954, which means the cpufeatures crate simply needs to be re-uploaded with stable cargo (or a newer nightly).
The text was updated successfully, but these errors were encountered: