Skip to content

Commit

Permalink
build: bump nargo to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnielsen committed Jul 12, 2023
1 parent 0654eed commit 771daec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: v0.6.0
toolchain: v0.7.1

- name: Run nargo test
run: |
Expand Down
2 changes: 1 addition & 1 deletion Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "noir-i2b"
authors = ["@colinnielsen"]
compiler_version = "0.6.0"
compiler_version = "0.7.1"
notes = "AMDG"

[dependencies]

0 comments on commit 771daec

Please sign in to comment.