Skip to content

Commit ff0ac42

Browse files
author
speyrefitte
committed
Fix rust binding
1 parent ecf7c6b commit ff0ac42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-powershell"
33
description = "powershell grammar for the tree-sitter parsing library"
4-
version = "0.24.4"
4+
version = "0.24.5"
55
keywords = ["incremental", "parsing", "powershell"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-powershell"

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-powershell",
3-
"version": "0.24.4",
3+
"version": "0.24.5",
44
"description": "",
55
"main": "bindings/node",
66
"types": "bindings/node",

0 commit comments

Comments
 (0)