Skip to content

Commit

Permalink
0.36.0 -> 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley2p committed Dec 4, 2024
1 parent 56a19b4 commit 15f4b32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [nightly, 0.36.0, 1.0.0-beta.0]
toolchain: [nightly, 0.37.0, 1.0.0-beta.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.36.0
toolchain: 0.37.0

- name: Run formatter
run: nargo fmt --check
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This library is a work in progress and likely full of bugs!

## Noir Version Compatibility

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

## Dependencies

- Noir >=1.0.0
- Noir >=0.37.0
- Barretenberg >=v0.56.1

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.
Expand Down

0 comments on commit 15f4b32

Please sign in to comment.