Answer by Morgandril for Anchor compatibility issues
I Found the answer, turns out you also need to make changes to your solana install.I used solana-install init 1.17.14.
View ArticleAnswer by Jonas H. for Anchor compatibility issues
You probably want to update to the newest solana version 1.17 like so:sh -c "$(curl -sSfL https://release.solana.com/v1.17.17/install)"https://docs.solana.com/de/cli/install-solana-cli-toolsand also...
View ArticleAnswer by david lampach for Anchor compatibility issues
If rustup update doesn’t work it’s probably the fact that Solana has a different rustc version set in the tool chain.Check this post or like a dozen similar ones.solana building error for v1.16.3. it...
View ArticleAnchor compatibility issues
Whenever I try to run anchor build, I am greeted with a package incompatibility error, saying that my rustc toolchain version is too low (1.62.0-dev) but my toolchain is set to 1.75.0.Here's the...
View ArticleAnswer by Julbh for Anchor compatibility issues
This is an error while building Anchor project. anchor buildBut it was built successfully.I'm not sure if it's because of version compatibility.Error: Function...
View Article