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 fails #174

Closed
hassan-xy opened this issue May 28, 2024 · 2 comments
Closed

cargo build fails #174

hassan-xy opened this issue May 28, 2024 · 2 comments

Comments

@hassan-xy
Copy link

hassan-xy commented May 28, 2024

image
Hi guys, I am using a custom dev baord running ubuntu 20.04 and tried to build this repo. But I receive the above error.
I tried to change the env_logger version but still receive the same error.
Please guide me.

Thanks

@3wnbr1
Copy link
Contributor

3wnbr1 commented May 30, 2024

You need at least rust 1.77 as of now. I would advise against the ubuntu built-in toolchain which is surely out-of-date

Use the rustup toolchain manager instead - https://rustup.rs

@ivmarkov
Copy link
Contributor

ivmarkov commented Jun 3, 2024

Use Rust 1.77 and do cargo update before the build. The build does succeed, as we run it nightly in our CI pipeline.

@ivmarkov ivmarkov closed this as completed Jun 3, 2024
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

3 participants