-
Notifications
You must be signed in to change notification settings - Fork 650
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
build fails for v1.22.0 #5452
Comments
Could you state which |
We generally require the latest rustc to compile the code. The actual minimal version the code expects is sest in rust-toolchain.toml file and at the moment that’s 1.56. The error you’ve quoted indicates that you’re building the code with pre-1.54 compiler. Please update and then you’ll be able to build. |
ah got it thanks, what about adding something like for node runners: |
There shouldn’t be a need. Cargo should update the toolchain according to the |
Actually I lied a bit. |
Add `package.rust-version` to all `Cargo.toml` files so that users don’t get mysterious compiler failures when trying to build the project with unsupported compilers. Issue: near#5452
Add `package.rust-version` to all `Cargo.toml` files so that users don’t get mysterious compiler failures when trying to build the project with unsupported compilers. Issue: #5452 Co-authored-by: Sandi Fatic <sandi.fatic@gmail.com> Co-authored-by: Bowen Wang <bowenwang1996@users.noreply.github.com>
running
make release
getting the following build errorThe text was updated successfully, but these errors were encountered: