You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
error: package solana-program v1.18.14 cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.68.0-dev
Either upgrade to rustc 1.75.0 or newer, or use
cargo update -p [email protected] --precise ver
where ver is the latest version of solana-program supporting rustc 1.68.0-dev
My environment:
cargo-build-sbf --version
solana-cargo-build-sbf 1.17.34
platform-tools v1.37
rustc 1.68.0
error: package
solana-program v1.18.14
cannot be built because it requires rustc 1.75.0 or newer, while the currently active rustc version is 1.68.0-devEither upgrade to rustc 1.75.0 or newer, or use
cargo update -p [email protected] --precise ver
where
ver
is the latest version ofsolana-program
supporting rustc 1.68.0-devMy environment:
cargo-build-sbf --version
solana-cargo-build-sbf 1.17.34
platform-tools v1.37
rustc 1.68.0
cargo --version
cargo 1.78.0 (54d8815d0 2024-03-26)
rustc --version
rustc 1.78.0 (9b00956e5 2024-04-29)
rustup toolchain list
stable-aarch64-apple-darwin (default) (override)
solana
OS: Apple M2 Max
Originally posted by @bell152 in #33504 (comment)
The text was updated successfully, but these errors were encountered: