From 259ca804881bee9315b3973e3a1ae4b5d55922db Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sun, 1 Sep 2024 02:27:31 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "7c5decc5c" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "7c5decc5c" 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 309343ec..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.51.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }