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:   "b750f70df"
upstream:
  origin:   "https://github.com/AztecProtocol/aztec-nr"
  branch:   "master"
  commit:   "b750f70df"
git-subrepo:
  version:  "0.4.6"
  origin:   "???"
  commit:   "???" [skip ci]
  • Loading branch information
AztecBot committed Apr 5, 2024
1 parent 0c7be25 commit d531b25
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 = e5b52803966f923927ab435945e973f5fc0424b6
commit = b750f70dff5c27cba03291f61492a3d63353b231
method = merge
cmdver = 0.4.6
parent = 3a83698bc1382833c68efa786b9a949ede041305
parent = 87e40993c8ca5d1e0e78cba286e0fda018cac4c3
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.1", 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.1", directory="noir-projects/noir-protocol-circuits/crates/types" }
protocol_types = { path = "../../noir-protocol-circuits/crates/types" }

0 comments on commit d531b25

Please sign in to comment.