From 5b77859a9e59ded92602653228caae6d6d2ec397 Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 13 Sep 2024 17:22:10 +0100 Subject: [PATCH] . --- .github/workflows/test.yml | 4 ++-- lib/Nargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1fc842d..94ba9b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [nightly, 0.32.0] + toolchain: [nightly, 0.34.0] steps: - name: Checkout sources uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: - name: Install Nargo uses: noir-lang/noirup@v0.1.3 with: - toolchain: 0.32.0 + toolchain: 0.34.0 - name: Run formatter working-directory: ./lib diff --git a/lib/Nargo.toml b/lib/Nargo.toml index 988aedb..cf9de63 100644 --- a/lib/Nargo.toml +++ b/lib/Nargo.toml @@ -2,7 +2,7 @@ name = "noir_rsa" type = "lib" authors = [""] -compiler_version = ">=0.32.0" +compiler_version = ">=0.34.0" [dependencies] -bignum = {tag = "v0.3.2", git = "https://github.com/noir-lang/noir-bignum"} +bignum = {tag = "v0.3.3", git = "https://github.com/noir-lang/noir-bignum"}