Skip to content

Commit d9f33d2

Browse files
chore: update to v2.1.0-rc.3
1 parent 48a7514 commit d9f33d2

File tree

5 files changed

+226
-226
lines changed

5 files changed

+226
-226
lines changed

.github/workflows/sandbox.yaml

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

4242
- name: Set Aztec version and start sandbox
4343
run: |
44-
VERSION=2.0.2 aztec-up
44+
VERSION=2.1.0-rc.3 aztec-up
4545
aztec start --sandbox &
4646
4747
- name: Wait for sandbox to be ready

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

README.md

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

4747
```bash
48-
aztec-up 2.0.2
48+
aztec-up 2.0.3
4949
```
5050

5151
### Environment Configuration

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"update-readme-version": "node ./.github/scripts/update-readme-version.js"
3535
},
3636
"dependencies": {
37-
"@aztec/accounts": "2.0.2",
38-
"@aztec/aztec.js": "2.0.2",
39-
"@aztec/noir-contracts.js": "2.0.2",
40-
"@aztec/protocol-contracts": "2.0.2",
41-
"@aztec/pxe": "2.0.2",
42-
"@aztec/stdlib": "2.0.2",
37+
"@aztec/accounts": "2.0.3",
38+
"@aztec/aztec.js": "2.0.3",
39+
"@aztec/noir-contracts.js": "2.0.3",
40+
"@aztec/protocol-contracts": "2.0.3",
41+
"@aztec/pxe": "2.0.3",
42+
"@aztec/stdlib": "2.0.3",
4343
"dotenv": "^17.2.2"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)