i get the same errors using solana-program 2.1.0 to .4 and stable solana version fetches v1.42 platform-tools wich doesn't exist ihe download is 404... have to change version so they all fit 2.1.2 is ok fetches v1.43 but gives a build error for
warning: [email protected]: include/ring-core/target.h:64:2: error: "Unknown target CPU"
warning: [email protected]: 64 | #error "Unknown target CPU"
warning: [email protected]: | ^
warning: [email protected]: In file included from crypto/mem.c:58:
warning: [email protected]: In file included from crypto/internal.h:115:
warning: [email protected]: include/ring-core/check.h:27:11: and build fails
mine asks for solana-pubkey feature that is a dependency therfore cannot be used as a feature!!!
myenvjustinlanouette@iMac-de-Justin sns-integration % cargo update
Updating crates.io index
error: failed to select a version for `solana-pubkey`.
... required by package `solana-program v2.1.4`
... which satisfies dependency `solana-program = "^2.1.4"` of package `sns-integration v0.1.0 (/Users/justinlanouette/Metaverse-Developement/anarcrypt.sol/programs/sns-integration)`
versions that meet the requirements `=2.1.4` are: 2.1.4
the package `solana-program` depends on `solana-pubkey`, with features: `solana-sha256-hasher` but `solana-pubkey` does not have these features.
It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
failed to select a version for solana-pubkey
which could resolve this conflict
myenvj