We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resolver
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:
make install
I've attempted to add the recommended line (cargo-features = ["resolver"]) to cargo.toml file but no dice 🤷
The text was updated successfully, but these errors were encountered:
It looks like you're using some older version of cargo. If you're using rustup, can you pls try to rustup update first?
rustup update
Sorry, something went wrong.
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).
.toml
rust-version
Yup, rustup update did the trick! Thank you :D
No branches or pull requests
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:I've attempted to add the recommended line (cargo-features = ["resolver"]) to cargo.toml file but no dice 🤷
The text was updated successfully, but these errors were encountered: