We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddebf4 commit a6e1a62Copy full SHA for a6e1a62
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tree-sitter-rust"
3
description = "Rust grammar for the tree-sitter parsing library"
4
-version = "0.20.1"
+version = "0.20.2"
5
authors = ["Max Brunsfeld <[email protected]>"]
6
license = "MIT"
7
readme = "bindings/rust/README.md"
@@ -23,7 +23,7 @@ autoexamples = false
23
path = "bindings/rust/lib.rs"
24
25
[dependencies]
26
-tree-sitter = "0.20"
+tree-sitter = ">= 0.20"
27
28
[build-dependencies]
29
cc = "1.0"
package.json
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-rust",
- "version": "0.20.1",
+ "version": "0.20.2",
"description": "Rust grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
0 commit comments