Skip to content

Commit

Permalink
Use 0.19.0 on CI and in compiler version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Feb 12, 2024
1 parent d2f9671 commit 82aa2eb
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/noirup@v0.1.2
with:
toolchain: v0.8.0
toolchain: v0.19.0

- 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
Expand Up @@ -2,7 +2,7 @@
name = "u2b"
type = "lib"
authors = ["@colinnielsen"]
compiler_version = ">=0.8.0"
compiler_version = ">=0.19.0"
notes = "AMDG"

[dependencies]

0 comments on commit 82aa2eb

Please sign in to comment.