Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
314eter committed Mar 9, 2024
1 parent 066699e commit 1caf8c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-ocaml"
description = "OCaml grammar for the tree-sitter parsing library"
version = "0.20.4"
version = "0.21.0"
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
license = "MIT"
readme = "bindings/rust/README.md"
Expand All @@ -25,7 +25,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.20"
tree-sitter = "0.21"

[build-dependencies]
cc = "1.0"
4 changes: 2 additions & 2 deletions bindings/rust/README.md
Expand Up @@ -11,8 +11,8 @@ way.)

```toml
[dependencies]
tree-sitter = "0.20"
tree-sitter-ocaml = "0.20"
tree-sitter = "0.21"
tree-sitter-ocaml = "0.21"
```

Typically, you will use the [language][language func] function to add this
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ocaml",
"version": "0.20.4",
"version": "0.21.0",
"description": "OCaml grammar for tree-sitter",
"keywords": [
"parser",
Expand Down

0 comments on commit 1caf8c3

Please sign in to comment.