Skip to content

Commit 6827014

Browse files
author
AztecBot
committed
chore: replace relative paths to noir-protocol-circuits
1 parent cca1464 commit 6827014

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

noir-projects/aztec-nr/aztec/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ compiler_version = ">=0.18.0"
55
type = "lib"
66

77
[dependencies]
8-
protocol_types = { path = "../../noir-protocol-circuits/crates/types" }
8+
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.32.1", directory="noir-projects/noir-protocol-circuits/crates/types" }

noir-projects/aztec-nr/tests/Nargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ type = "lib"
66

77
[dependencies]
88
aztec = { path = "../aztec" }
9-
protocol_types = { path = "../../noir-protocol-circuits/crates/types" }
9+
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.32.1", directory="noir-projects/noir-protocol-circuits/crates/types" }

0 commit comments

Comments
 (0)