-
Notifications
You must be signed in to change notification settings - Fork 1.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
Update rust to v1.62 #2272
Update rust to v1.62 #2272
Conversation
Someone is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
Looks like it has to be 1.64 because that's what the github CI supports at the moment. 🤷 At least we don't have to deal with the clippy lint about large result types. For future reference a |
Thx for the update, I will change my code |
Now we're all the way back down to v1.62 because that's what the current solana cli version supports. Going to keep this in mind next time I try to update the rust version 😂 |
Also finally passing, time to merge. |
* update rust from v1.56 to v1.65 * remove unnecessary borrows to appease clippy * stop clippy complaining for now * use 1.64 instead because of CI stuff * update CHANGLEOG * just seeing if the cli version is affecting the available rust version * ok, back to 1.62 Co-authored-by: henrye <henry@notanemail>
Result<>
size being too large. For now will need to find a way to disable that particular lint globally since it shows up so many places?