From 0344519e4b2154afdc5c83fb415d60f5785c39de Mon Sep 17 00:00:00 2001 From: vezenovm Date: Tue, 6 Dec 2022 17:30:44 +0000 Subject: [PATCH] update backend ref --- Cargo.lock | 4 ++-- crates/nargo/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b623041f01..c1edf81bfe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aztec_backend" version = "0.1.0" -source = "git+https://github.com/noir-lang/aztec_backend?rev=01b922adcb5a9d70b2d12304e1cb7487d9f28188#01b922adcb5a9d70b2d12304e1cb7487d9f28188" +source = "git+https://github.com/noir-lang/aztec_backend?rev=2d601a7d55faf601f4b183a43923c8fe04eabb7b#2d601a7d55faf601f4b183a43923c8fe04eabb7b" dependencies = [ "acvm", "barretenberg_wrapper", @@ -298,7 +298,7 @@ dependencies = [ [[package]] name = "barretenberg_wrapper" version = "0.1.0" -source = "git+https://github.com/AztecProtocol/barretenberg?rev=804c7dcf21111acd1302a768a8fa2f453dcec50f#804c7dcf21111acd1302a768a8fa2f453dcec50f" +source = "git+https://github.com/AztecProtocol/aztec-2.0?rev=804c7dcf21111acd1302a768a8fa2f453dcec50f#804c7dcf21111acd1302a768a8fa2f453dcec50f" dependencies = [ "cmake", "hex", diff --git a/crates/nargo/Cargo.toml b/crates/nargo/Cargo.toml index 6a8542fe406..ee0e1a6aa42 100644 --- a/crates/nargo/Cargo.toml +++ b/crates/nargo/Cargo.toml @@ -28,7 +28,7 @@ hex = "0.4.2" tempdir = "0.3.7" # Backends -aztec_backend = { optional = true, git = "https://github.com/noir-lang/aztec_backend", rev = "01b922adcb5a9d70b2d12304e1cb7487d9f28188" } +aztec_backend = { optional = true, git = "https://github.com/noir-lang/aztec_backend", rev = "2d601a7d55faf601f4b183a43923c8fe04eabb7b" } marlin_arkworks_backend = { optional = true, git = "https://github.com/noir-lang/marlin_arkworks_backend", rev = "601e24dcb5dcbe72e3de7a33879aaf84e171d541" } [features]