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/git.colasdn.top-1ecc6299db9ec823/cpufeatures-0.2.3/Cargo.toml`
Caused by:
feature `resolver` is required
consider adding `cargo-features = ["resolver"]` to the manifest