diff --git a/Cargo.lock b/Cargo.lock index 9f26b1672c7..ea68fcb519f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "acvm-backend-barretenberg" version = "0.2.0" -source = "git+https://github.com/noir-lang/acvm-backend-barretenberg?rev=328fee0e33fbb1296b22b64ab1f0eb7b4c100b39#328fee0e33fbb1296b22b64ab1f0eb7b4c100b39" +source = "git+https://github.com/noir-lang/acvm-backend-barretenberg?rev=69cd578d0368c454010c7caf8fd4a00e69263e4a#69cd578d0368c454010c7caf8fd4a00e69263e4a" dependencies = [ "acvm", "barretenberg-sys", diff --git a/Cargo.toml b/Cargo.toml index e5f3a3ab84c..a4bec19b9d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,4 +53,4 @@ wasm-bindgen-test = "0.3.33" [patch.crates-io] acvm = { git = "https://github.com/noir-lang/acvm", rev = "3c6740af75125afc8ebb4379f781f8274015e2e2" } -acvm-backend-barretenberg = { git = "https://github.com/noir-lang/acvm-backend-barretenberg", rev = "328fee0e33fbb1296b22b64ab1f0eb7b4c100b39" } +acvm-backend-barretenberg = { git = "https://github.com/noir-lang/acvm-backend-barretenberg", rev = "69cd578d0368c454010c7caf8fd4a00e69263e4a" } diff --git a/crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs b/crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs index 71bb8b364ac..a42e89fed62 100644 --- a/crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs +++ b/crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs @@ -115,8 +115,11 @@ fn permutation_layer( mod test { use acvm::{ acir::{circuit::opcodes::FunctionInput, native_types::Witness, native_types::WitnessMap}, - pwg::{block::Blocks, solve, OpcodeResolution, PartialWitnessGeneratorStatus}, - FieldElement, OpcodeResolutionError, PartialWitnessGenerator, + pwg::{ + block::Blocks, solve, OpcodeResolution, OpcodeResolutionError, + PartialWitnessGeneratorStatus, + }, + FieldElement, PartialWitnessGenerator, }; use crate::{