From e1aad810b75df3ecc541791876b6fbe23ff925b6 Mon Sep 17 00:00:00 2001 From: AztecBot Date: Sat, 27 Jan 2024 02:08:46 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "149196954" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "149196954" 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 70533426440..38f265c1fec 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 = 0393d44f80b10fdeb26406074c18817f4d391723 + commit = 149196954fc67dc9c2899eb6a82f50342ed0e020 method = merge cmdver = 0.4.6 - parent = 72f57db4f00ca8fd823e304494a0458879986147 + parent = 7185271839cad3e66d42db5619c8e70c315b5f3f diff --git a/yarn-project/aztec-nr/aztec/Nargo.toml b/yarn-project/aztec-nr/aztec/Nargo.toml index 28db337ce52..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.20.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }