Skip to content

Commit 15f4b32

Browse files
committed
0.36.0 -> 0.37.0
1 parent 56a19b4 commit 15f4b32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
toolchain: [nightly, 0.36.0, 1.0.0-beta.0]
19+
toolchain: [nightly, 0.37.0, 1.0.0-beta.0]
2020
steps:
2121
- name: Checkout sources
2222
uses: actions/checkout@v4
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Nargo
4141
uses: noir-lang/[email protected]
4242
with:
43-
toolchain: 0.36.0
43+
toolchain: 0.37.0
4444

4545
- name: Run formatter
4646
run: nargo fmt --check

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This library is a work in progress and likely full of bugs!
1212

1313
## Noir Version Compatibility
1414

15-
We have tested this library with Noir nightly, 0.36.0, and 1.0.0-beta.0
15+
We have tested this library with Noir nightly, 0.37.0, and 1.0.0-beta.0
1616

1717
## Dependencies
1818

19-
- Noir >=1.0.0
19+
- Noir >=0.37.0
2020
- Barretenberg >=v0.56.1
2121

2222
Refer to [Noir's docs](https://noir-lang.org/docs/getting_started/quick_start) and [Barretenberg's docs](https://github.com/AztecProtocol/aztec-packages/blob/master/barretenberg/cpp/src/barretenberg/bb/readme.md) for installation steps.

0 commit comments

Comments
 (0)