Skip to content

Commit

Permalink
publish: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Aug 25, 2023
1 parent 7491ce4 commit 4296be4
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 18 deletions.
43 changes: 32 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-glsl"
description = "GLSL grammar for the tree-sitter parsing library"
version = "0.1.4"
version = "0.1.5"
keywords = ["incremental", "parsing", "glsl"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/theHamsta/tree-sitter-glsl"
Expand All @@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.20.6"
tree-sitter = "0.20.10"

[build-dependencies]
cc = "1.0.73"
cc = "1.0.83"
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-glsl",
"version": "0.1.4",
"version": "0.1.5",
"description": "GLSL grammar for tree-sitter (based on tree-sitter-c)",
"main": "bindings/node",
"keywords": [
Expand Down

0 comments on commit 4296be4

Please sign in to comment.