Skip to content

Commit

Permalink
Merge pull request #11 from noir-lang/tf/bump-noir-bignum
Browse files Browse the repository at this point in the history
.
  • Loading branch information
TomAFrench authored Sep 13, 2024
2 parents 882fcc5 + 5b77859 commit 847d50c
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.32.0]
toolchain: [nightly, 0.34.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.32.0
toolchain: 0.34.0

- name: Run formatter
working-directory: ./lib
Expand Down
4 changes: 2 additions & 2 deletions lib/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

0 comments on commit 847d50c

Please sign in to comment.