You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
stake-pool: Downgrade dependencies for fixed release (#7509)
#### Problem
The current spl-stake-pool crate doesn't always work due to its
dependency on spl-math which still uses the v1 Solana crates.
#### Summary of changes
Since the spl-math dependency wasn't actually needed, it was removed in
#7421. So just to get a new patch release out, downgrade the local
dependencies.
This will fail CI, but after it lands we can tag the release, and revert
this PR.
0 commit comments