Skip to content

Commit

Permalink
chore: Update Acvm 0.13.0 branch (#1465)
Browse files Browse the repository at this point in the history
have acvm-backend-bberg patch reference new branch with additional crate-type
  • Loading branch information
vezenovm authored Jun 1, 2023
1 parent b46bf1d commit e0ecfb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
7 changes: 5 additions & 2 deletions crates/noirc_evaluator/src/ssa/acir_gen/operations/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit e0ecfb1

Please sign in to comment.