From 101ab597a6dfea1ef4c5da461cdec17e57912d4a Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 8 Feb 2024 02:09:18 +0000 Subject: [PATCH] chore: replace relative paths to noir-protocol-circuits --- yarn-project/aztec-nr/aztec/Nargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/aztec-nr/aztec/Nargo.toml b/yarn-project/aztec-nr/aztec/Nargo.toml index fb8ba9b6fd4..54657bf22e3 100644 --- a/yarn-project/aztec-nr/aztec/Nargo.toml +++ b/yarn-project/aztec-nr/aztec/Nargo.toml @@ -5,4 +5,4 @@ compiler_version = ">=0.18.0" type = "lib" [dependencies] -protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" } +protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.23.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }