Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 53 additions & 26 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noir/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function bump_noir_repo_ref {
# Build nargo and run formatter on `noir-projects`
build_native
../noir-projects/bootstrap.sh format
git add .
git add ../
git commit -m "chore: Update noir-repo-ref to $ref" || true
do_or_dryrun git push --set-upstream origin $branch
}
Expand Down
2 changes: 1 addition & 1 deletion noir/noir-repo-ref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2025-07-02
nightly-2025-07-04
Loading