Skip to content

Commit 1caf8c3

Browse files
committed
v0.21.0
1 parent 066699e commit 1caf8c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-ocaml"
33
description = "OCaml grammar for the tree-sitter parsing library"
4-
version = "0.20.4"
4+
version = "0.21.0"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"
@@ -25,7 +25,7 @@ include = [
2525
path = "bindings/rust/lib.rs"
2626

2727
[dependencies]
28-
tree-sitter = "0.20"
28+
tree-sitter = "0.21"
2929

3030
[build-dependencies]
3131
cc = "1.0"

bindings/rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ way.)
1111

1212
```toml
1313
[dependencies]
14-
tree-sitter = "0.20"
15-
tree-sitter-ocaml = "0.20"
14+
tree-sitter = "0.21"
15+
tree-sitter-ocaml = "0.21"
1616
```
1717

1818
Typically, you will use the [language][language func] function to add this

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-ocaml",
3-
"version": "0.20.4",
3+
"version": "0.21.0",
44
"description": "OCaml grammar for tree-sitter",
55
"keywords": [
66
"parser",

0 commit comments

Comments
 (0)