From eeb3d01917a1b7f7ac4f24dd673b1d700b27a727 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Wed, 10 Jan 2024 02:17:24 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "4265fd8a8" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "4265fd8a8" git-subrepo: version: "0.4.6" origin: "???" commit: "???" [skip ci] --- yarn-project/aztec-nr/.gitrepo | 4 ++-- 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) 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