Skip to content

Commit

Permalink
update backend and acvm
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed May 2, 2023
1 parent a3bdc7e commit cfc8141
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions 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 @@ -52,4 +52,4 @@ wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
wasm-bindgen-test = "0.3.33"

[patch.crates-io]
acvm = { package = "acvm", git = "https://github.com/noir-lang/acvm", rev = "09fcc8e90996cf91716c856c7b646837175454a5" }
acvm = { package = "acvm", git = "https://github.com/noir-lang/acvm", rev = "46c645233228c35bc22b6eb5fb5d1d3c0a33d507" }
2 changes: 1 addition & 1 deletion crates/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ termcolor = "1.1.2"
color-eyre = "0.6.2"

# Backends
acvm-backend-barretenberg = { git = "https://github.com/noir-lang/aztec_backend", rev = "e68e9572cbac2362ce5fc948d53e31a2628b8cc7", default-features=false }
acvm-backend-barretenberg = { git = "https://github.com/noir-lang/aztec_backend", rev = "148521f851d22a1411b8491905585d3c77e22ee1", default-features = false }

[dev-dependencies]
tempdir = "0.3.7"
Expand Down

0 comments on commit cfc8141

Please sign in to comment.