From b6dc7a2d4663eedd60f494056b8d087cbe840279 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 5 Jun 2023 13:48:36 +0000 Subject: [PATCH] use latest master commit --- Cargo.lock | 5 +++++ Cargo.toml | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9202e33a78f..abe4b6d71b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4037,3 +4037,8 @@ dependencies = [ "quote", "syn 2.0.18", ] + +[[patch.unused]] +name = "acvm" +version = "0.13.2" +source = "git+https://github.com/noir-lang/acvm?rev=3d2a6705854514ed5189b7ad21552d9578245948#3d2a6705854514ed5189b7ad21552d9578245948" diff --git a/Cargo.toml b/Cargo.toml index b56e140ed58..eb6b24f292e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ noirc_frontend = { path = "crates/noirc_frontend" } noir_wasm = { path = "crates/wasm" } cfg-if = "1.0.0" -clap = { version = "4.1.4", features = ["derive"]} +clap = { version = "4.1.4", features = ["derive"] } codespan = "0.9.5" codespan-reporting = "0.9.5" chumsky = { git = "https://github.com/jfecher/chumsky", rev = "ad9d312" } @@ -50,3 +50,7 @@ toml = "0.7.2" url = "2.2.0" wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] } wasm-bindgen-test = "0.3.33" + + +[patch.crates-io] +acvm = { git = "https://github.com/noir-lang/acvm", rev = "3d2a6705854514ed5189b7ad21552d9578245948" }