Skip to content

Commit

Permalink
chore: support Noir 1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmisar committed Dec 18, 2024
1 parent 3f14801 commit 0b3779e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [0.39.0]
toolchain: [0.39.0, 1.0.0-beta.0]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Nargo
uses: noir-lang/noirup@v0.1.3
with:
toolchain: 0.39.0
toolchain: 1.0.0-beta.0

- name: Run formatter
run: nargo fmt --check
1 change: 0 additions & 1 deletion Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
name = "nodash"
type = "lib"
authors = ["Oleh Misarosh <olehmisar@gmail.com>"]
compiler_version = ">=0.39.0"

[dependencies]
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua

Put this into your Nargo.toml.

If you are using Noir:

```toml
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.39.2" }
```
Expand Down

0 comments on commit 0b3779e

Please sign in to comment.