From 84fa912c7074049449c9c9ff29256a280f67a1bb Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 9 Jan 2025 02:35:58 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "9a2de3ddd8" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "9a2de3ddd8" 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 7f6e6b0f..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.69.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }