From 3aebe2f8f96853b2f98cd84d5f252721e8f358f3 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Mon, 25 Mar 2024 02:11:48 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "36f125298" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "36f125298" 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 79ad55aa..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.30.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }