diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4603826..3d67542 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -40,7 +40,7 @@ jobs: - name: Install Nargo uses: noir-lang/noirup@v0.1.3 with: - toolchain: 0.36.0 + toolchain: 0.37.0 - name: Run formatter run: nargo fmt --check diff --git a/README.md b/README.md index 5d8b793..4ea38cc 100644 --- a/README.md +++ b/README.md @@ -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.