Skip to content

Commit 28b8a0e

Browse files
authored
update to 87.4
1 parent d234b45 commit 28b8a0e

4 files changed

Lines changed: 225 additions & 225 deletions

File tree

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 = "v0.87.3", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v0.87.4", directory = "noir-projects/aztec-nr/aztec" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bash -i <(curl -s https://install.aztec.network)
4141
Install the correct version of the toolkit with:
4242

4343
```bash
44-
aztec-up 0.87.3
44+
aztec-up 0.87.4
4545
```
4646

4747
---

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2525
},
2626
"dependencies": {
27-
"@aztec/accounts": "0.87.3",
28-
"@aztec/aztec.js": "0.87.3",
29-
"@aztec/noir-contracts.js": "0.87.3",
30-
"@aztec/protocol-contracts": "0.87.3",
31-
"@aztec/pxe": "0.87.3",
32-
"@aztec/stdlib": "0.87.3",
27+
"@aztec/accounts": "0.87.4",
28+
"@aztec/aztec.js": "0.87.4",
29+
"@aztec/noir-contracts.js": "0.87.4",
30+
"@aztec/protocol-contracts": "0.87.4",
31+
"@aztec/pxe": "0.87.4",
32+
"@aztec/stdlib": "0.87.4",
3333
"@types/dotenv": "^8.2.3",
3434
"@types/node": "^22.5.1",
3535
"dotenv": "^16.4.7"

0 commit comments

Comments
 (0)