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
fix: resolve Anchor dependency conflicts by aligning solana-program versions
- Update solana-program from '> 1.14' to '^1.17' in clients/rust
- Update solana-program-test and solana-sdk to '^1.17' for consistency
- Resolves Pubkey type conflicts between Anchor and MPL Core
- Fixes issue where users couldn't build Anchor projects with mpl-core
Fixes#196
0 commit comments