Skip to content

Commit 0b3779e

Browse files
committed
chore: support Noir 1 beta
1 parent 3f14801 commit 0b3779e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
toolchain: [0.39.0]
19+
toolchain: [0.39.0, 1.0.0-beta.0]
2020
steps:
2121
- name: Checkout sources
2222
uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Nargo
3939
uses: noir-lang/[email protected]
4040
with:
41-
toolchain: 0.39.0
41+
toolchain: 1.0.0-beta.0
4242

4343
- name: Run formatter
4444
run: nargo fmt --check

Nargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
name = "nodash"
33
type = "lib"
44
authors = ["Oleh Misarosh <[email protected]>"]
5-
compiler_version = ">=0.39.0"
65

76
[dependencies]

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua
66

77
Put this into your Nargo.toml.
88

9-
If you are using Noir:
10-
119
```toml
1210
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.39.2" }
1311
```

0 commit comments

Comments
 (0)