Skip to content

Commit 03ae450

Browse files
critesjoshclaude
andcommitted
Fix contract Nargo.toml version mismatch
Update aztec and bb_proof_verification dependencies to v3.0.0-devnet.6-patch.1 to match the JS package versions. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent bc28bf8 commit 03ae450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recursive_verification/contract/Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ type = "contract"
44
authors = ["Satyam Bansal"]
55

66
[dependencies]
7-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v3.0.0-devnet.20251212", directory = "noir-projects/aztec-nr/aztec" }
8-
bb_proof_verification = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v3.0.0-devnet.20251212", directory = "barretenberg/noir/bb_proof_verification" }
7+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v3.0.0-devnet.6-patch.1", directory = "noir-projects/aztec-nr/aztec" }
8+
bb_proof_verification = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v3.0.0-devnet.6-patch.1", directory = "barretenberg/noir/bb_proof_verification" }

0 commit comments

Comments
 (0)