Skip to content

Commit fdf830a

Browse files
authored
Merge pull request #139 from AztecProtocol/nightly/update-v1.2.0
Update to v1.2.0
2 parents 2c7a185 + 75b56b2 commit fdf830a

File tree

5 files changed

+224
-224
lines changed

5 files changed

+224
-224
lines changed

.github/workflows/tests.yaml

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

3737
- name: Set Aztec version and start sandbox
3838
run: |
39-
VERSION=1.1.0 aztec-up
39+
VERSION=1.2.0 aztec-up
4040
aztec start --sandbox &
4141
4242
- 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 = "v1.1.0", directory = "noir-projects/aztec-nr/aztec" }
8+
aztec = { git = "https://github.com/AztecProtocol/aztec-packages/", tag = "v1.2.0", directory = "noir-projects/aztec-nr/aztec" }

README.md

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

4949
```bash
50-
aztec-up 1.1.0
50+
aztec-up 1.2.0
5151
```
5252

5353
Start the sandbox with:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
2727
},
2828
"dependencies": {
29-
"@aztec/accounts": "1.1.0",
30-
"@aztec/aztec.js": "1.1.0",
31-
"@aztec/noir-contracts.js": "1.1.0",
32-
"@aztec/protocol-contracts": "1.1.0",
33-
"@aztec/pxe": "1.1.0",
34-
"@aztec/stdlib": "1.1.0"
29+
"@aztec/accounts": "1.2.0",
30+
"@aztec/aztec.js": "1.2.0",
31+
"@aztec/noir-contracts.js": "1.2.0",
32+
"@aztec/protocol-contracts": "1.2.0",
33+
"@aztec/pxe": "1.2.0",
34+
"@aztec/stdlib": "1.2.0"
3535
},
3636
"devDependencies": {
3737
"@types/jest": "^29.5.11",

0 commit comments

Comments
 (0)