You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-5
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
6
6
7
7
Put this into your Nargo.toml.
8
8
9
-
If you are using Noir:
10
-
11
9
```toml
12
-
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.39.2" }
10
+
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.39.3" }
13
11
```
14
12
15
-
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.
0 commit comments