From 743b07b5e7fad2fc915f4ee049e8fd921557ed95 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Tue, 26 Nov 2024 02:28:55 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "6a84217b05" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "6a84217b05" 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 8d6f7bc3b67..9205c51d244 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 = fd16416d89c11d00404f938f086f6ec282eee302 + commit = 6a84217b0554d05f3206f36d6adc3a2cb0dbc58a method = merge cmdver = 0.4.6 - parent = dff70526c3e9c1768c7875818b54767186abec8a + parent = d56157b496f87085a42a731eee850981d16e3d7f diff --git a/noir-projects/aztec-nr/aztec/Nargo.toml b/noir-projects/aztec-nr/aztec/Nargo.toml index 0e01d186534..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.64.0", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }