From 0c8b770faf0801e90d3fc692abecb9a9dfff30d8 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 11 Jan 2024 02:17:41 +0000 Subject: [PATCH] chore: replace relative paths to noir-protocol-circuits --- yarn-project/aztec-nr/address-note/Nargo.toml | 2 +- yarn-project/aztec-nr/authwit/Nargo.toml | 2 +- yarn-project/aztec-nr/aztec/Nargo.toml | 2 +- yarn-project/aztec-nr/compressed-string/Nargo.toml | 2 +- yarn-project/aztec-nr/easy-private-state/Nargo.toml | 2 +- yarn-project/aztec-nr/value-note/Nargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/yarn-project/aztec-nr/address-note/Nargo.toml b/yarn-project/aztec-nr/address-note/Nargo.toml index a9de5de99d6..04246e34ec7 100644 --- a/yarn-project/aztec-nr/address-note/Nargo.toml +++ b/yarn-project/aztec-nr/address-note/Nargo.toml @@ -6,4 +6,4 @@ type = "lib" [dependencies] aztec = { path = "../aztec" } -protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" } +protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } diff --git a/yarn-project/aztec-nr/authwit/Nargo.toml b/yarn-project/aztec-nr/authwit/Nargo.toml index e2259943251..c79b3d9c87a 100644 --- a/yarn-project/aztec-nr/authwit/Nargo.toml +++ b/yarn-project/aztec-nr/authwit/Nargo.toml @@ -6,4 +6,4 @@ type = "lib" [dependencies] aztec = { path = "../aztec" } -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.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } \ No newline at end of file diff --git a/yarn-project/aztec-nr/aztec/Nargo.toml b/yarn-project/aztec-nr/aztec/Nargo.toml index fb8ba9b6fd4..183e36c61a9 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.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } diff --git a/yarn-project/aztec-nr/compressed-string/Nargo.toml b/yarn-project/aztec-nr/compressed-string/Nargo.toml index 431e8d34395..164957893b2 100644 --- a/yarn-project/aztec-nr/compressed-string/Nargo.toml +++ b/yarn-project/aztec-nr/compressed-string/Nargo.toml @@ -6,4 +6,4 @@ type = "lib" [dependencies] aztec = {path = "../aztec"} -protocol_types = {path = "../../noir-protocol-circuits/src/crates/types"} +protocol_types = {git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types"} diff --git a/yarn-project/aztec-nr/easy-private-state/Nargo.toml b/yarn-project/aztec-nr/easy-private-state/Nargo.toml index 55ac93c3376..15064368e3e 100644 --- a/yarn-project/aztec-nr/easy-private-state/Nargo.toml +++ b/yarn-project/aztec-nr/easy-private-state/Nargo.toml @@ -7,4 +7,4 @@ type = "lib" [dependencies] aztec = { path = "../aztec" } value_note = { path = "../value-note" } -protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" } +protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } diff --git a/yarn-project/aztec-nr/value-note/Nargo.toml b/yarn-project/aztec-nr/value-note/Nargo.toml index 7f87db94351..b319597e233 100644 --- a/yarn-project/aztec-nr/value-note/Nargo.toml +++ b/yarn-project/aztec-nr/value-note/Nargo.toml @@ -6,4 +6,4 @@ type = "lib" [dependencies] aztec = { path = "../aztec" } -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.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } \ No newline at end of file