Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 847d50c

Browse files
authored
Merge pull request #11 from noir-lang/tf/bump-noir-bignum
.
2 parents 882fcc5 + 5b77859 commit 847d50c

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.32.0]
19+
toolchain: [nightly, 0.34.0]
2020
steps:
2121
- name: Checkout sources
2222
uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Nargo
4040
uses: noir-lang/[email protected]
4141
with:
42-
toolchain: 0.32.0
42+
toolchain: 0.34.0
4343

4444
- name: Run formatter
4545
working-directory: ./lib

lib/Nargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "noir_rsa"
33
type = "lib"
44
authors = [""]
5-
compiler_version = ">=0.32.0"
5+
compiler_version = ">=0.34.0"
66

77
[dependencies]
8-
bignum = {tag = "v0.3.2", git = "https://github.com/noir-lang/noir-bignum"}
8+
bignum = {tag = "v0.3.3", git = "https://github.com/noir-lang/noir-bignum"}

0 commit comments

Comments
 (0)