diff --git a/noir-projects/aztec-nr/.gitrepo b/noir-projects/aztec-nr/.gitrepo index 0ea5a43ffed..8af49ee7993 100644 --- a/noir-projects/aztec-nr/.gitrepo +++ b/noir-projects/aztec-nr/.gitrepo @@ -5,8 +5,8 @@ ; [subrepo] remote = https://github.com/AztecProtocol/aztec-nr -branch = master -commit = c50e3c235e1014f74439c856584997296463638f -method = merge -cmdver = 0.4.6 - parent = b060309540af2c4db5057ae526ee65f5f1fd6d0e + branch = master + commit = e2f102518ad1fc144c869b317c8c49d8a3e1e9d3 + method = merge + cmdver = 0.4.6 + parent = 882b8fd7db42c315ad4976ab4e6960b7c78d4628 diff --git a/noir-projects/aztec-nr/aztec/Nargo.toml b/noir-projects/aztec-nr/aztec/Nargo.toml index 6dc1962c24d..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.47.0", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }