From 2bdb5788f43b7d489085dfce743c2089c4a75f09 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sat, 3 Feb 2024 02:08:12 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "c3b90d79a" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "c3b90d79a" 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 406a62724c8..a3b9039f7f9 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 = f65f9bca06e8523797cadb1a9d1f3e5079f80283 + commit = c3b90d79a82de709fd77849f59d4f7dd5096dd30 method = merge cmdver = 0.4.6 - parent = a09135dbbf77d89f9d90cdd739780164834c66d8 + parent = 993f715472eaedc2d93a8e3893625e52d790626e 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" }