zcash / halo2

The Halo2 zero-knowledge proving system
https://zcash.github.io/halo2/
Other
712 stars 487 forks source link

feat: update rust toolchain to 1.66.0 #798

Closed hunjixin closed 7 months ago

hunjixin commented 11 months ago

update toolchain to resolve

error: package `rayon-core v1.12.0` cannot be built because it requires rustc 1.63 or newer, while the currently active rustc version is 1.60.0

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.63.0
str4d commented 9 months ago

805 adds a lockfile that enables us to maintain our current MSRV of 1.60. So there is no urgency to bump it to 1.66 (and we should instead look at what features bumping MSRV gains us, and what fraction of the userbase will become unable to use the crates).