From 989e8e99382daf2c2aa81cd61486780a473ce55c Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sat, 10 Aug 2024 02:17:26 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "778873acb3" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "778873acb3" git-subrepo: version: "0.4.6" origin: "???" commit: "???" [skip ci] --- noir-projects/aztec-nr/.gitrepo | 4 ++-- noir-projects/aztec-nr/aztec/Nargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noir-projects/aztec-nr/.gitrepo b/noir-projects/aztec-nr/.gitrepo index 5ccb9aa3d3a..ab27c734291 100644 --- a/noir-projects/aztec-nr/.gitrepo +++ b/noir-projects/aztec-nr/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/AztecProtocol/aztec-nr branch = master - commit = 31a6a8ad8509997db8233bcdcb7f12d2602e9fe8 + commit = 778873acb36d54e441e837e04d74e8258ead8ae6 method = merge cmdver = 0.4.6 - parent = 44b33d99234c77295bac84359c8ba5e9b71f3366 + parent = 3d27924dfd92025a7eda4132c7d14124a81aa20c diff --git a/noir-projects/aztec-nr/aztec/Nargo.toml b/noir-projects/aztec-nr/aztec/Nargo.toml index fb16331b042..7a1f1af5863 100644 --- a/noir-projects/aztec-nr/aztec/Nargo.toml +++ b/noir-projects/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.47.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }