Projects that depends on zkevm-circuits would fail to build because of a recent commit in the upstream dependency halo2-lib: impl ScalarField for bls12_381::Scalar
error[E0432]: unresolved import `crate::halo2_proofs::halo2curves::bls12_381`
--> halo2-base/src/utils.rs:383:9
|
383 | bls12_381::Scalar as blsScalar,
| ^^^^^^^^^ could not find `bls12_381` in `halo2curves`