Skip to content

Commit 2965d8b

Browse files
authored
chore!: bump to use bignum v0.8.0 (#93)
1 parent bb66196 commit 2965d8b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- name: Install Nargo
1818
uses: noir-lang/[email protected]
1919
with:
20-
toolchain: 1.0.0-beta.7
20+
toolchain: nightly-2025-08-15
2121

2222
- name: Install bb
2323
run: |
2424
curl -L https://bbup.aztec.network | bash
25-
~/.bb/bbup -nv 1.0.0-beta.7
25+
~/.bb/bbup -nv 1.0.0-beta.9
2626
sudo apt install libc++-dev
2727
2828
- name: Build Noir benchmark programs

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
MINIMUM_NOIR_VERSION: v1.0.0-beta.7
11+
MINIMUM_NOIR_VERSION: nightly-2025-08-15
1212

1313
jobs:
1414
noir-version-list:

Nargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ authors = [""]
55
compiler_version = ">=1.0.0"
66

77
[dependencies]
8-
bignum = { tag = "v0.7.5", git = "https://github.com/noir-lang/noir-bignum" }
8+
bignum = { tag = "v0.8.0", git = "https://github.com/noir-lang/noir-bignum" }
99
poseidon = { git = "https://github.com/noir-lang/poseidon", tag = "v0.1.1" }
10+

0 commit comments

Comments
 (0)