From 346590b098fd4e2521b3de1158f641cd0afe2641 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 19 Dec 2023 02:15:35 +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 8fb5e972533..392d7dca8da 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" } \ No newline at end of file +protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.16.9", directory="yarn-project/noir-protocol-circuits/src/crates/types" } \ No newline at end of file