Skip to content

Commit 6db00e1

Browse files
authored
update to 66
1 parent 64fb0cd commit 6db00e1

File tree

3 files changed

+252
-92
lines changed

3 files changed

+252
-92
lines changed

Nargo.toml

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

77
[dependencies]
8-
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.65.2", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "aztec-packages-v0.66.0", directory = "noir-projects/aztec-nr/aztec" }

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"update": "aztec update --contract . && ./.github/scripts/update_contract.sh $(grep -oP 'tag\\s*=\\s*\"\\K[^\"]+' \"Nargo.toml\" | head -1) && yarn"
1818
},
1919
"dependencies": {
20-
"@aztec/accounts": "0.65.2",
21-
"@aztec/aztec.js": "0.65.2",
22-
"@aztec/noir-contracts.js": "0.65.2",
20+
"@aztec/accounts": "0.66.0",
21+
"@aztec/aztec.js": "0.66.0",
22+
"@aztec/noir-contracts.js": "0.66.0",
2323
"@types/node": "^22.5.1"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)