We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975d019 commit dabe60aCopy full SHA for dabe60a
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tree-sitter-ocaml"
3
description = "OCaml grammar for the tree-sitter parsing library"
4
-version = "0.21.1"
+version = "0.21.2"
5
authors = ["Max Brunsfeld <[email protected]>"]
6
license = "MIT"
7
readme = "bindings/rust/README.md"
package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ocaml",
- "version": "0.21.1",
+ "version": "0.21.2",
"description": "OCaml grammar for tree-sitter",
"keywords": [
"parser",
@@ -12,7 +12,7 @@
12
"nan": "^2.19.0"
13
},
14
"devDependencies": {
15
- "tree-sitter-cli": ">=0.21.0"
+ "tree-sitter-cli": "^0.21.0"
16
17
"scripts": {
18
"build": "npm run build-ocaml && npm run build-interface",
0 commit comments