Skip to content

MSRV on cpufeatures broken by nightly cargo bug #795

@TheBlueMatt

Description

@TheBlueMatt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions