Skip to content

Commit

Permalink
git subrepo push --branch=master yarn-project/aztec-nr
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "yarn-project/aztec-nr"
  merged:   "4265fd8a8"
upstream:
  origin:   "https://github.com/AztecProtocol/aztec-nr"
  branch:   "master"
  commit:   "4265fd8a8"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???" [skip ci]
  • Loading branch information
AztecBot committed Jan 10, 2024
1 parent c1b187c commit eeb3d01
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions yarn-project/aztec-nr/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/AztecProtocol/aztec-nr
branch = master
commit = c08201ca0193e4887884b622fb929e7d31f4c473
commit = 4265fd8a8e374947e56ff989c3a35ac7cd6a4a91
method = merge
cmdver = 0.4.6
parent = 1e31c4c00ae9340b62b988ae285c95c48ead71da
parent = 32110937e5b257ab8a738ad653f461cc037ff59c
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/address-note/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type = "lib"

[dependencies]
aztec = { path = "../aztec" }
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/authwit/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type = "lib"

[dependencies]
aztec = { path = "../aztec" }
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/aztec/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/compressed-string/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type = "lib"

[dependencies]
aztec = {path = "../aztec"}
protocol_types = {git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types"}
protocol_types = {path = "../../noir-protocol-circuits/src/crates/types"}
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/easy-private-state/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ type = "lib"
[dependencies]
aztec = { path = "../aztec" }
value_note = { path = "../value-note" }
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }
2 changes: 1 addition & 1 deletion yarn-project/aztec-nr/value-note/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type = "lib"

[dependencies]
aztec = { path = "../aztec" }
protocol_types = { git="https://github.com/AztecProtocol/aztec-packages", tag="aztec-packages-v0.17.0", directory="yarn-project/noir-protocol-circuits/src/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/src/crates/types" }

0 comments on commit eeb3d01

Please sign in to comment.