diff --git a/aztec/Nargo.toml b/aztec/Nargo.toml index 79ad55a..7a1f1af 100644 --- a/aztec/Nargo.toml +++ b/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.30.1", directory="noir-projects/noir-protocol-circuits/crates/types" } +protocol_types = { path = "../../noir-protocol-circuits/crates/types" }