Skip to content

Commit c857d80

Browse files
authored
Merge pull request #63 from AztecProtocol/jc/79
update to 79
2 parents 43a9ed0 + a85c40d commit c857d80

File tree

5 files changed

+97
-172
lines changed

5 files changed

+97
-172
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Set Aztec version and start sandbox
3030
run: |
31-
VERSION=0.78.1 aztec-up
31+
VERSION=0.79.0 aztec-up
3232
aztec start --sandbox &
3333
3434
- name: Install project dependencies

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

README.md

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

4242
```bash
43-
aztec-up 0.78.1
43+
aztec-up 0.79.0
4444
```
4545

4646
Start the sandbox with:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2121
},
2222
"dependencies": {
23-
"@aztec/accounts": "0.78.1",
24-
"@aztec/aztec.js": "0.78.1",
25-
"@aztec/noir-contracts.js": "0.78.1",
26-
"@aztec/stdlib": "0.78.1",
23+
"@aztec/accounts": "0.79.0",
24+
"@aztec/aztec.js": "0.79.0",
25+
"@aztec/noir-contracts.js": "0.79.0",
26+
"@aztec/stdlib": "0.79.0",
2727
"@types/node": "^22.5.1"
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)