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
Hi when i build in Macos with. cargo build --release It go with :
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
`