Skip to content

Commit a6e1a62

Browse files
committed
0.20.2
1 parent 3ddebf4 commit a6e1a62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-rust"
33
description = "Rust grammar for the tree-sitter parsing library"
4-
version = "0.20.1"
4+
version = "0.20.2"
55
authors = ["Max Brunsfeld <[email protected]>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"
@@ -23,7 +23,7 @@ autoexamples = false
2323
path = "bindings/rust/lib.rs"
2424

2525
[dependencies]
26-
tree-sitter = "0.20"
26+
tree-sitter = ">= 0.20"
2727

2828
[build-dependencies]
2929
cc = "1.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-rust",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "Rust grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)