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
error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `spl_memo::solana_program::pubkey::Pubkey`
....
...
error: could not compile `spl-token-2022` (lib) due to 4 previous errors
The text was updated successfully, but these errors were encountered:
It looks like those versions of mpl-token-metadata and spl-token depend on a solana-program version of at least 1.9, however that version of solana-client has solana-sdk pinned at 1.10.0. https://crates.io/crates/solana-client/1.10.0/dependencies
Hi,
My Cargo.toml is as follow:
When I run it (
cargo run
) I reach:The text was updated successfully, but these errors were encountered: