Skip to content

Commit 5d627a7

Browse files
authoredMar 13, 2023
fix: Update backend dependency containing updated pk write fix (#956)
* update dependency showing noir CI passing with pk buffer overflow fix * update aztec_backend ref to have correct acvm * cargo lock * update to aztec_backend master after fix merged
1 parent 8922ceb commit 5d627a7

File tree

2 files changed

+177
-171
lines changed

2 files changed

+177
-171
lines changed
 

‎Cargo.lock

+175-169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/nargo/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ color-eyre = "0.6.2"
3535

3636

3737
# Backends
38-
aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "b7f68bddcf05de22f77726c94450791141accc9a" }
39-
aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "b7f68bddcf05de22f77726c94450791141accc9a" }
38+
aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "2cb523d2ab95249157b22e198d9dcd6841c3eed8" }
39+
aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "2cb523d2ab95249157b22e198d9dcd6841c3eed8" }
4040
marlin_arkworks_backend = { optional = true, git = "https://github.com/noir-lang/marlin_arkworks_backend", rev = "144378edad821bfaa52bf2cacca8ecc87514a4fc" }
4141

4242
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.