From bc13c0220823504ecc3162e67e3cf3b41d60b018 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Fri, 2 Feb 2024 02:09:51 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "f65f9bca0" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "f65f9bca0" 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 ee6007ccb2f..dc31285671e 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 = 5b95b816c1304e80ebc5a6e070bb9f3dc1ba49de + commit = f65f9bca06e8523797cadb1a9d1f3e5079f80283 method = merge cmdver = 0.4.6 - parent = 9fc2565448f10059610b8616b073a0e0f2483a3f + parent = 161eef1f04a64a93f9a51327e3f7df75224d4182 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" }