Skip to content

Commit

Permalink
Update examples with tag v0.1.2 and Noir version 0.19.4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
akonior authored Jan 3, 2024
1 parent 57f7cd7 commit 0a2c29d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.19.2
toolchain: 0.19.4

- name: Run example nargo test
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In your `Nargo.toml` file, add the following dependency:

```toml
[dependencies]
base64 = { tag = "v0.1.1", git = "https://github.com/zkworks-xyz/noir-base64" }
base64 = { tag = "v0.1.2", git = "https://github.com/zkworks-xyz/noir-base64" }
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions examples/base64_example/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "base64_example"
type = "bin"
authors = [""]
compiler_version = ">=0.19.2"
compiler_version = ">=0.19.4"

[dependencies]
base64 = { tag = "v0.1.1", git = "https://github.com/zkworks-xyz/noir-base64" }
base64 = { tag = "v0.1.2", git = "https://github.com/zkworks-xyz/noir-base64" }

0 comments on commit 0a2c29d

Please sign in to comment.