From f20c0dd315ffcd58af76fe9f6f8a61ee8480296b Mon Sep 17 00:00:00 2001 From: AztecBot Date: Fri, 7 Mar 2025 02:27:47 +0000 Subject: [PATCH] chore: replace relative paths to noir-protocol-circuits --- noir-projects/aztec-nr/aztec/Nargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noir-projects/aztec-nr/aztec/Nargo.toml b/noir-projects/aztec-nr/aztec/Nargo.toml index 4afbf005e82..a3b7fdebb0e 100644 --- a/noir-projects/aztec-nr/aztec/Nargo.toml +++ b/noir-projects/aztec-nr/aztec/Nargo.toml @@ -5,5 +5,5 @@ compiler_version = ">=0.18.0" type = "lib" [dependencies] -protocol_types = { path = "../../noir-protocol-circuits/crates/types" } +protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="v0.77.1", directory="noir-projects/noir-protocol-circuits/crates/types" } sha256 = { tag = "v0.1.2", git = "https://github.com/noir-lang/sha256" }