Skip to content

Commit 0431a2c

Browse files
committed
v0.20.3
1 parent 57f9ee9 commit 0431a2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
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.2"
4+
version = "0.20.3"
55
authors = ["Max Brunsfeld <maxbrunsfeld@gmail.com>"]
66
license = "MIT"
77
readme = "bindings/rust/README.md"

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.2",
3+
"version": "0.20.3",
44
"description": "Rust grammar for tree-sitter",
55
"main": "bindings/node",
66
"keywords": [

0 commit comments

Comments
 (0)