From 2abfb53379f93527f27a06ab7929b69b5d580209 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sat, 31 Aug 2024 02:19:37 +0000 Subject: [PATCH] git subrepo push --branch=master noir-projects/aztec-nr subrepo: subdir: "noir-projects/aztec-nr" merged: "e163e3ca2" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "e163e3ca2" 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 7e118b460ed..4da4bb56d66 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 = e9dd03910aafad2061f9d23ffeab0c5578655623 + commit = e163e3ca2ba386eb7a1f3b3ac3a0761e3c7559f3 method = merge cmdver = 0.4.6 - parent = 0e2f0c0d19378316f4e9feba5453e6e7c51fad02 + parent = 05dad2cc2a1ed55815ab9cbc047295246033a379 diff --git a/noir-projects/aztec-nr/aztec/Nargo.toml b/noir-projects/aztec-nr/aztec/Nargo.toml index 309343ec353..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.51.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }