diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e104fb7..fbd1b19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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/noirup@v0.1.3 with: - toolchain: 0.39.0 + toolchain: 1.0.0-beta.0 - name: Run formatter run: nargo fmt --check diff --git a/Nargo.toml b/Nargo.toml index aa06e61..015057a 100644 --- a/Nargo.toml +++ b/Nargo.toml @@ -2,6 +2,5 @@ name = "nodash" type = "lib" authors = ["Oleh Misarosh "] -compiler_version = ">=0.39.0" [dependencies] diff --git a/README.md b/README.md index f2e4ce9..62d230c 100644 --- a/README.md +++ b/README.md @@ -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., nodash@v0.39.0 and nodash@v0.39.1 are compatible with noir@v0.39.0. - ## Docs ### `sqrt`