From 3ce5157652d837e9997cf819657b7ba70bcddfac Mon Sep 17 00:00:00 2001
From: superstar0402 <bensonlee033@gmail.com>
Date: Mon, 25 Mar 2024 02:11:45 +0000
Subject: [PATCH] chore: replace relative paths to noir-protocol-circuits

---
 aztec/Nargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aztec/Nargo.toml b/aztec/Nargo.toml
index 7a1f1af..79ad55a 100644
--- a/aztec/Nargo.toml
+++ b/aztec/Nargo.toml
@@ -5,4 +5,4 @@ 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="aztec-packages-v0.30.1", directory="noir-projects/noir-protocol-circuits/crates/types" }