I’m having trouble with lesson 28 in the solana curriculum of the hello world smart contract.
The task is to build the program using the command below:
cargo build-sbf --sbf-out-dir=../../dist/program
When I run the command in my terminal(im in this directroy btw - ~/solana-curriculum/learn-how-to-set-up-solana-by-building-a-hello-world-smart-contract/src/program-rust#) I get this error:
error: package constant_time_eq v0.3.0 cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.62.0-dev
I ran rustc --version and the currect version is 1.72
I also updated rust using rustup update.