anchor
anchor copied to clipboard
anchor-spl 0.25.0 breaks when combined with solana-program-test 1.10.38
trafficstars
The following anchor configuration (Cargo.toml) breaks when running anchor build:
[dependencies]
anchor-lang = "0.25.0"
anchor-spl = "0.25.0"
[dev-dependencies]
solana-program-test = "=1.10.38"
Throwing:
error: failed to select a version for `spl-associated-token-account`.
... required by package `anchor-spl v0.25.0`
... which satisfies dependency `anchor-spl = "^0.25.0"` of package `cubist_games v0.1.0 (/Users/anderustarroz/Sites/work/rust/cubist_games/programs/sol_games)`
versions that meet the requirements `~1.0.3` are: 1.0.5, 1.0.3
all possible versions conflict with previously selected packages.
previously selected package `spl-associated-token-account v1.1.1`
... which satisfies dependency `spl-associated-token-account = "=1.1.1"` of package `solana-transaction-status v1.10.38`
... which satisfies dependency `solana-transaction-status = "=1.10.38"` of package `solana-client v1.10.38`
... which satisfies dependency `solana-client = "=1.10.38"` of package `solana-banks-server v1.10.38`
... which satisfies dependency `solana-banks-server = "=1.10.38"` of package `solana-program-test v1.10.38`
... which satisfies dependency `solana-program-test = "=1.10.38"` of package `cubist_games v0.1.0 (/Users/anderustarroz/Sites/work/rust/cubist_games/programs/sol_games)`
failed to select a version for `spl-associated-token-account` which could resolve this conflict
@armaniferrante are you ooposed to a nightly build with latests solana ?
This was likely fixed with the version updates we added.