Skip to content

Commit 6baa9bc

Browse files
committed
chore: update to 0.87.8
1 parent 68d9c2b commit 6baa9bc

File tree

3 files changed

+190
-14
lines changed

3 files changed

+190
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This plugin automatically manages `nargo` and `bb` versions and compiles Noir on
1717
Install the plugin and Noir dependencies:
1818

1919
```bash
20-
npm install hardhat-noir @noir-lang/[email protected] @aztec/bb.js@0.85.0
20+
npm install hardhat-noir @noir-lang/[email protected] @aztec/bb.js@0.87.8
2121
```
2222

2323
Import the plugin in your `hardhat.config.ts`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"hardhat": "^2.0.0"
4848
},
4949
"dependencies": {
50-
"@aztec/bb.js": ">=0.85.0",
50+
"@aztec/bb.js": ">=0.87.8",
5151
"glob": "^11.0.0",
5252
"zod": "^3.23.8"
5353
}

0 commit comments

Comments
 (0)