-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
package time v0.3.20
cannot be built because it requires rustc 1.63.0 or newer
#31528
Comments
There is a file
but replacing 1.60.0 with 1.63.0 in this file, it all compiled. idk, did you guys forget to update this, or is this something ppl are meant to change, because that is not intuitive. |
Looks like this has been broken since at least |
It's not a particular version of solana that is broken. Well, it sort of is, since we define the rust version used to install bins on each release branch. The best approach would be to build bins directly using |
Hi! I am also facing that issues, so I would like to know how can I get this .so file after building, because |
Hi @CriesofCarrots. What is the solution to this problem? |
Which bin are you trying to build? And what error are you seeing when using If you're trying to build the validator bin, have you tried |
@bw-solana My problem was that I was building a Solana program crate with |
Hey, I seem to run into a similar issue
On running
|
@nawed2611 Are you using rust-toolchain.toml in your project? |
no, just a basic cargo.toml
|
How to fix? |
@nawed2611 You should install version 1.69.0 of the rust toolchain. Or Even better you can add this |
v1.14 is EOL, so closing this issue |
Solana 1.14.17 does not build
The text was updated successfully, but these errors were encountered: