Closed metaproph3t closed 1 year ago
This error is not resulting from Seahorse. See https://github.com/solana-labs/solana/issues/31428 to understand why it's complaining about rustc version.
To fix this, add the latest git version of anchor-spl
to your Cargo.toml
anchor-spl = { git = "https://github.com/coral-xyz/anchor" }
You can also choose to remove anchor-spl
dependency if you are not using it. Seahorse comes with it by default afaik.
See full explanation: https://solana.stackexchange.com/a/6535/471
The fix that you specified on stack exchange worked, sir. Closing.
I ran the following commands:
It threw the following error:
When I run
I get
rustc 1.69.0
.As requested, I am reporting the error by creating an issue.