From 609f044d171db3a72895e387d8d8560cb62c7aa3 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sat, 3 Aug 2024 02:15:47 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "445b61508a" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "445b61508a" 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 5a4a7d1f871..18311cc650b 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 = 8c9ada7a54c7f74637b05cae4210473bc6b67adc + commit = 445b61508a460c0b18b608e12a5546d449339334 method = merge cmdver = 0.4.6 - parent = 9d6bba60fe91f5970e5515db5e69f144cfbe9010 + parent = 359c567b6826df0e716b5dec773e8f03c4ec19b2 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" }