File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 - name : Install Nargo
18181919 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
Original file line number Diff line number Diff line change 88
99env :
1010 CARGO_TERM_COLOR : always
11- MINIMUM_NOIR_VERSION : v1.0.0-beta.7
11+ MINIMUM_NOIR_VERSION : nightly-2025-08-15
1212
1313jobs :
1414 noir-version-list :
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ authors = [""]
55compiler_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" }
99poseidon = { git = " https://github.com/noir-lang/poseidon" , tag = " v0.1.1" }
10+
You can’t perform that action at this time.
0 commit comments