feat(bindings): use cc 1.2 for Rust
This commit is contained in:
parent
67cc0a9f58
commit
016dd7afbf
1 changed files with 8 additions and 2 deletions
|
|
@ -12,7 +12,13 @@ edition = "2021"
|
|||
autoexamples = false
|
||||
|
||||
build = "bindings/rust/build.rs"
|
||||
include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json"]
|
||||
include = [
|
||||
"bindings/rust/*",
|
||||
"grammar.js",
|
||||
"queries/*",
|
||||
"src/*",
|
||||
"tree-sitter.json",
|
||||
]
|
||||
|
||||
[lib]
|
||||
path = "bindings/rust/lib.rs"
|
||||
|
|
@ -21,7 +27,7 @@ path = "bindings/rust/lib.rs"
|
|||
tree-sitter-language = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.1.22"
|
||||
cc = "1.2"
|
||||
|
||||
[dev-dependencies]
|
||||
tree-sitter = "RUST_BINDING_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue