fix(cli): actual Rust binding version in generated Cargo.toml

This commit is contained in:
Andrew Hlynskyi 2021-06-23 01:02:07 +03:00
parent 4578e58794
commit f22d62393b
5 changed files with 35 additions and 2 deletions

View file

@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"
[dependencies]
tree-sitter = "0.19.3"
tree-sitter = "~RUST_BINDING_VERSION"
[build-dependencies]
cc = "1.0"