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

Make install failing due to "feature resolver being required" #606

Closed
neocybereth opened this issue Nov 2, 2021 · 3 comments
Closed

Make install failing due to "feature resolver being required" #606

neocybereth opened this issue Nov 2, 2021 · 3 comments

Comments

@neocybereth
Copy link

Thank you for the bug report. Please provide any information that may be relevant to the issue you're experiencing.

After cloning the anoma repo whenever I run make install I'm getting this error:

Screen Shot 2021-11-02 at 10 48 11 PM

I've attempted to add the recommended line (cargo-features = ["resolver"]) to cargo.toml file but no dice 🤷

@neocybereth neocybereth added the bug label Nov 2, 2021
@tzemanovic
Copy link
Member

It looks like you're using some older version of cargo. If you're using rustup, can you pls try to rustup update first?

@tzemanovic
Copy link
Member

I'm not sure why it's not being picked up from the rust-toolchain.toml, perhaps the older version doesn't support .toml format, which afaik has been added later. From rust 1.56 on, we'll also be able to add the rust-version version in Cargo.toml (https://doc.rust-lang.org/stable/cargo/reference/manifest.html#the-rust-version-field).

@neocybereth
Copy link
Author

Yup, rustup update did the trick! Thank you :D

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