fix(cli): actual Rust binding version in generated Cargo.toml
This commit is contained in:
parent
4578e58794
commit
f22d62393b
5 changed files with 35 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue