diff --git a/yarn-project/aztec-nr/.gitrepo b/yarn-project/aztec-nr/.gitrepo index 25ba256c9c2..aa8507ef55e 100644 --- a/yarn-project/aztec-nr/.gitrepo +++ b/yarn-project/aztec-nr/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/AztecProtocol/aztec-nr branch = master - commit = c08201ca0193e4887884b622fb929e7d31f4c473 + commit = 4265fd8a8e374947e56ff989c3a35ac7cd6a4a91 method = merge cmdver = 0.4.6 - parent = 1e31c4c00ae9340b62b988ae285c95c48ead71da + parent = 32110937e5b257ab8a738ad653f461cc037ff59c diff --git a/yarn-project/aztec-nr/address-note/Nargo.toml b/yarn-project/aztec-nr/address-note/Nargo.toml index 04246e34ec7..a9de5de99d6 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 = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../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 c79b3d9c87a..e2259943251 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 = { 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 +protocol_types = { path = "../../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 183e36c61a9..fb8ba9b6fd4 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 = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../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 164957893b2..431e8d34395 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 = {git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types"} +protocol_types = {path = "../../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 15064368e3e..55ac93c3376 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 = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../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 b319597e233..7f87db94351 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 = { 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 +protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" } \ No newline at end of file