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

Rust version of tree-sitter is pinned #60

Open
GRA0007 opened this issue Jul 12, 2024 · 0 comments
Open

Rust version of tree-sitter is pinned #60

GRA0007 opened this issue Jul 12, 2024 · 0 comments

Comments

@GRA0007
Copy link

GRA0007 commented Jul 12, 2024

The rust binding has pinned the version of tree-sitter at 0.20.6, which means the crate gives a mismatched types error if used with a different version of tree-sitter.

tree-sitter = "0.20.6"

It should provide a range, like >= 0.21, < 0.23.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant