Skip to content

Commit

Permalink
git subrepo push --branch=master noir-projects/aztec-nr
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "noir-projects/aztec-nr"
  merged:   "09c52e825"
upstream:
  origin:   "https://github.com/AztecProtocol/aztec-nr"
  branch:   "master"
  commit:   "09c52e825"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???" [skip ci]
  • Loading branch information
AztecBot committed Mar 30, 2024
1 parent 9a85f7f commit 4020281
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions noir-projects/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 = 5fc85a77ec738e806040049881dc87b12e6b3760
commit = 09c52e82550ffc8153c60b764c0df9bb7b404736
method = merge
cmdver = 0.4.6
parent = 7704504dee2e5eab63c2d436d4833b4fa912d357
parent = c0fc032c1f7e3d6917965dd33d6fcfce40ba7f4b
2 changes: 1 addition & 1 deletion noir-projects/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.32.0", directory="noir-projects/noir-protocol-circuits/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/crates/types" }
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/tests/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.32.0", directory="noir-projects/noir-protocol-circuits/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/crates/types" }

0 comments on commit 4020281

Please sign in to comment.