Skip to content

Commit

Permalink
Merge pull request #11 from theforager/main
Browse files Browse the repository at this point in the history
build: Enable building with Noir compiler >=0.19.0
  • Loading branch information
colinnielsen authored Nov 24, 2023
2 parents 306fad0 + 23195fe commit 6d5cee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/noir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Nargo
uses: noir-lang/[email protected].2
uses: noir-lang/[email protected].3
with:
toolchain: v0.10.1
toolchain: v0.19.0

- name: Run nargo test
run: |
Expand Down
4 changes: 2 additions & 2 deletions Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
authors = ["@colinnielsen"]
compiler_version = "0.10.1"
compiler_version = ">=0.19.0"
name = "ecrecover"
notes = "AMDG"
type = "lib"

[dependencies]
array_helpers = { tag = "v0.10.0", git = "https://github.com/colinnielsen/noir-array-helpers" }
array_helpers = { tag = "v0.19.0", git = "https://github.com/colinnielsen/noir-array-helpers" }

0 comments on commit 6d5cee2

Please sign in to comment.