Skip to content

Commit 4ec5afd

Browse files
committed
publish: bump version v0.20.4
1 parent 4ab983d commit 4ec5afd

File tree

6 files changed

+371
-45
lines changed

6 files changed

+371
-45
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-cuda"
33
description = "cuda grammar for the tree-sitter parsing library"
4-
version = "0.20.3"
4+
version = "0.20.4"
55
keywords = ["incremental", "parsing", "cuda"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/theHamsta/tree-sitter-cuda"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.22.3
1+
VERSION := 0.20.4
22

33
LANGUAGE_NAME := tree-sitter-cuda
44

0 commit comments

Comments
 (0)