deps: Bump Solana deps to v2.2#62
Conversation
|
oh wait are we doing this now? i just mentioned offhand in another issue that i assumed we were holding at 2.1 until launch |
|
Ah ok, I can hold off if you prefer. I mainly want the stake interface bumped because it's still on older versions, which is causing things like semver checks to fail |
|
im not strongly opposed, just making sure we are on the same page! its probably fine since it requires no code changes |
|
In practice we don't need to bump the interface and client dependencies, since |
|
I mainly want to get everything on the v2.2.1 sdk crates so that everything can benefit from the versions with relaxed dependencies. I'm hoping that the change can even help us remove the patches from the sdk repo. |
|
I think it only needs a rebase. |
#### Problem The Solana 2.2 crates and tools are available, but the repo is still using 2.1. #### Summary of changes Pretty simple, but bump up the sdk crates to v2.2.1, non-sdk crates to v2.2.0, toolchain to 1.84.1, and nightly to 2024-11-22. Also add the workspace lints.
Problem
The Solana 2.2 crates and tools are available, but the repo is still using 2.1.
Summary of changes
Pretty simple, but bump up the sdk crates to v2.2.1, non-sdk crates to v2.2.0, toolchain to 1.84.1, and nightly to 2024-11-22. Also add the workspace lints.