{{ message }}
Loosen Rust crate's tree-sitter dependency#129
Merged
Conversation
Nothing in the Rust binding depends on tree-sitter 0.20 in particular; it works just fine if you haven't updated from 0.19 yet. (Other versions might work as well; these are the only two that I tested.)
Contributor
Author
Contributor
|
Interesting idea about the build matrix in CI. I feel like it might be overkill for right now, but it also might pay off. If you have a clean way to set it up, it might be worth a try, and if it works out well, we could set up something similar for other grammars. |
dcreager
added a commit
that referenced
this pull request
Sep 30, 2021
Nothing in the Rust binding depends on tree-sitter 0.20 in particular; it works just fine if you haven't updated from 0.19 yet. (Other versions might work as well; these are the only two that I tested.)
dcreager
added a commit
that referenced
this pull request
Sep 30, 2021
This does not include any of the grammar changes that have been added to master since the 0.19.0 release; it only includes the looser tree-sitter version constraint from #129.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The latest
tree-sitterversion is 0.20, so this bumps the dependency to bring in the new version. That said, nothing in the Rust binding depends on tree-sitter 0.20 in particular; it still works fine if you haven't updated from 0.19 yet. (Other versions might work as well; these are the only two that I tested.)