axiom-crypto/halo2-scaffold

rust-toolchain needs updating

nfurfaro opened this issue · 0 comments

trying to build the halo2_scaffold project results in the following error:

error: package `toml_datetime v0.6.5` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.66.0-nightly
Either upgrade to rustc 1.67 or newer, or use
cargo update -p toml_datetime@0.6.5 --precise ver
where `ver` is the latest version of `toml_datetime` supporting rustc 1.66.0-nightly