Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-10-28
nightly-2023-04-19
1 change: 1 addition & 0 deletions snark-verifier/src/loader/halo2/shim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ mod halo2_lib {
loader::halo2::{EccInstructions, IntegerInstructions},
util::arithmetic::CurveAffine,
};
use halo2_base::halo2_proofs::halo2curves::group::ff::PrimeField as _;
use halo2_base::{
self,
gates::{builder::GateThreadBuilder, GateChip, GateInstructions, RangeInstructions},
Expand Down