From 1b7f869ff35a5051a863b39fbc463f81b61da880 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 27 Jun 2024 02:15:12 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "03b6171663" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "03b6171663" git-subrepo: version: "0.4.6" origin: "???" commit: "???" [skip ci] --- aztec/Nargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec/Nargo.toml b/aztec/Nargo.toml index 3e6f8c8b..7a1f1af5 100644 --- a/aztec/Nargo.toml +++ b/aztec/Nargo.toml @@ -5,4 +5,4 @@ compiler_version = ">=0.18.0" type = "lib" [dependencies] -protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.44.0", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }