From c051dac099dfc9acd837309fb719348a637d396d Mon Sep 17 00:00:00 2001 From: AztecBot Date: Thu, 25 Jan 2024 02:17:23 +0000 Subject: [PATCH] git subrepo push --branch=master yarn-project/aztec-nr subrepo: subdir: "yarn-project/aztec-nr" merged: "566955a76" upstream: origin: "https://github.com/AztecProtocol/aztec-nr" branch: "master" commit: "566955a76" 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 5622d92b80c..15591491fd9 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 = b92262c1babe98cea0251398d4bc658eeb212080 + commit = 566955a76d9aa4ce026d80f1858ff02bed20dc63 method = merge cmdver = 0.4.6 - parent = e36b567a1b552bde369230ccab3b6e80508719c7 + parent = 054763e81fad7a0ea5cba34b6fcebc2f64485524 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" }