tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
341 stars 104 forks source link

Loosen Rust crate's tree-sitter dependency #186

Closed dcreager closed 2 years ago

dcreager commented 2 years ago

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 commented 2 years ago

We had bumped the version to 0.20.0 in #185 but hadn't published this to crates.io yet, so I've done that after this PR. (So the published 0.20.0 version includes the looser version bounds.) Also added a signed git tag pointing at the commit that was published to crates.io.