Loosen Rust crate's tree-sitter dependency by dcreager · Pull Request #129 · tree-sitter/tree-sitter-python · GitHub
Skip to content

Loosen Rust crate's tree-sitter dependency#129

Merged
maxbrunsfeld merged 1 commit into
masterfrom
loosen-version-constraint
Sep 30, 2021
Merged

Loosen Rust crate's tree-sitter dependency#129
maxbrunsfeld merged 1 commit into
masterfrom
loosen-version-constraint

Conversation

@dcreager

@dcreager dcreager commented Sep 30, 2021

Copy link
Copy Markdown
Contributor

The latest tree-sitter version 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.)

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

Copy link
Copy Markdown
Contributor Author

@maxbrunsfeld maxbrunsfeld merged commit 8600d7f into master Sep 30, 2021
@maxbrunsfeld maxbrunsfeld deleted the loosen-version-constraint branch September 30, 2021 16:08
@maxbrunsfeld

Copy link
Copy Markdown
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.
@dcreager

Copy link
Copy Markdown
Contributor Author

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

Successfully merging this pull request may close these issues.

2 participants