Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo build error #12

Open
masen1991 opened this issue Jul 3, 2022 · 1 comment
Open

cargo build error #12

masen1991 opened this issue Jul 3, 2022 · 1 comment

Comments

@masen1991
Copy link

Hi
when i build in Macos with. cargo build --release
It go with :

error: failed to download `emath v0.15.0`

Caused by:
  unable to get packages from source

Caused by:
  failed to parse manifest at `/Users/masen/.cargo/registry/src/github.com-1ecc6299db9ec823/emath-0.15.0/Cargo.toml`

Caused by:
  feature `resolver` is required

  consider adding `cargo-features = ["resolver"]` to the manifest

after add cargo-features = ["resolver"] to the end of Cargo.toml. still another message:
error: failed to parse manifest at/Users/masen/Documents/gfaestus/Cargo.toml`

Caused by:
invalid type: sequence, expected a version string like "0.9.8" or a detailed dependency like { version = "0.9.8" } for key patch.crates-io.cargo-features

`

@chfi
Copy link
Owner

chfi commented Jul 5, 2022

Are you on the latest version of Rust? emilk/egui#297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants