Open GaloisField2718 opened 6 days ago
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
solana-client
also depends on spl-token
fixed at 3.2.
https://crates.io/crates/solana-account-decoder/1.10.0/dependencies
I wonder if you are pulling in two versions of spl-token
, and thus two versions of solana-program
? Check your lockfile.
I think you should be able to fix this by changing spl-token
to 3.2.
Hi, My Cargo.toml is as follow:
When I run it (
cargo run
) I reach: