Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree-sitter/0.25.1 package update #41120

Merged
merged 1 commit into from
Feb 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tree-sitter.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: tree-sitter
version: "0.25.0"
version: "0.25.1"
epoch: 0
description: "Incremental parsing system for programming tools"
copyright:
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/tree-sitter/tree-sitter
tag: v${{package.version}}
expected-commit: 16aaed78ae6582ea55a94419828922c7b0960e10
expected-commit: f5afe475deb7c0bae6407fb776c76824f717bb61

- uses: autoconf/make

Expand Down
Loading