From 600d335d0a9cf41bf1db1e417558adf4e672886a Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 6 Feb 2024 02:10:12 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "460636aec" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "460636aec" git-subrepo: version: "0.4.6" origin: "???" commit: "???" [skip ci] --- yarn-project/aztec-nr/.gitrepo | 4 ++-- yarn-project/aztec-nr/aztec/Nargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn-project/aztec-nr/.gitrepo b/yarn-project/aztec-nr/.gitrepo index 23524495563..539b6b6cc6b 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 = c3b90d79a82de709fd77849f59d4f7dd5096dd30 + commit = 460636aec8dcbb432ecc45a56f064627608b1545 method = merge cmdver = 0.4.6 - parent = 789e59b9b8d1ae4b3d6f3d89731b70b44d31ce61 + parent = fb1e05fa5450c4ba9ad39d19c3680ecb4f1082fd diff --git a/yarn-project/aztec-nr/aztec/Nargo.toml b/yarn-project/aztec-nr/aztec/Nargo.toml index 8337b780e8a..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.21.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }