Skip to content

Commit

Permalink
Merge pull request #10 from colinnielsen/colinnielsen/publish-v0.10.0
Browse files Browse the repository at this point in the history
build: update to noir v0.10.0
  • Loading branch information
colinnielsen authored Aug 22, 2023
2 parents c9fa29c + 7e940f4 commit 0fe611d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/noir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Noir

on:
push:
branches: [main]
pull_request:
branches: [main]

Expand All @@ -18,7 +19,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: v0.8.0
toolchain: v0.10.1

- 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.9.0"
compiler_version = "0.10.1"
name = "ecrecover"
notes = "AMDG"
type = "lib"

[dependencies]
array_helpers = { tag = "v0.1.0", git = "https://github.com/colinnielsen/noir-array-helpers" }
array_helpers = { tag = "v0.10.0", git = "https://github.com/colinnielsen/noir-array-helpers" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In your `Nargo.toml` file, add the following dependency:

```toml
[dependencies]
ecrecover = { tag = "v0.9.0", git = "https://github.com/colinnielsen/ecrecover-noir" }
ecrecover = { tag = "v0.10.1", git = "https://github.com/colinnielsen/ecrecover-noir" }
```

## Simple Usage
Expand Down

0 comments on commit 0fe611d

Please sign in to comment.