diff --git a/yarn-project/aztec-nr/.gitrepo b/yarn-project/aztec-nr/.gitrepo index ff16071c7be..98059d17459 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 = ecbd4b0a4bf02c8221499b700b7da72363d561fc + commit = 7f121a4382e30f96fb421d75c967fbd648d65e87 method = merge cmdver = 0.4.6 - parent = 8318f4a6052b0621d8337bdd1980968f55fb81b9 + parent = 370d215abd8242a400803bc30bca64e9ba664234 diff --git a/yarn-project/aztec-nr/aztec/Nargo.toml b/yarn-project/aztec-nr/aztec/Nargo.toml index 52f313a6472..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.19.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }