Skip to content

Commit 4b92899

Browse files
authored
Change generics syntax (#26)
1 parent b0dfe3b commit 4b92899

38 files changed

+15951
-13753
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
# pypi:
2121
# uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
2222
# secrets:
23-
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}
23+
# PYPI_API_TOKEN: ${{secrets.PYPI_API_TOKEN}}

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-inference"
33
description = "Inference grammar for tree-sitter"
4-
version = "0.0.33"
4+
version = "0.0.34"
55
authors = [
66
"Georgii Plotnikov <[email protected]>"
77
]

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)