-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Install Nargo | ||
uses: noir-lang/[email protected] | ||
with: | ||
toolchain: 0.39.0 | ||
toolchain: 1.0.0-beta.0 | ||
|
||
- name: Run formatter | ||
run: nargo fmt --check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
name = "nodash" | ||
type = "lib" | ||
authors = ["Oleh Misarosh <[email protected]>"] | ||
compiler_version = ">=0.39.0" | ||
|
||
[dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,10 @@ 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" } | ||
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.39.3" } | ||
``` | ||
|
||
The version of nodash matches the version of Noir. The patch version may be different if a bugfix or a new feature is added for the same version of Noir. E.g., [email protected] and [email protected] are compatible with [email protected]. | ||
|
||
## Docs | ||
|
||
### `sqrt` | ||
|