binding(rust): update script/generate-bindings to use latest rust-bindgen 0.64.0 version
This commit is contained in:
parent
c26dde0414
commit
c38f78345e
2 changed files with 56 additions and 305 deletions
|
|
@ -5,8 +5,8 @@ header_path='lib/include/tree_sitter/api.h'
|
|||
|
||||
bindgen \
|
||||
--no-layout-tests \
|
||||
--whitelist-type '^TS.*' \
|
||||
--whitelist-function '^ts_.*' \
|
||||
--allowlist-type '^TS.*' \
|
||||
--allowlist-function '^ts_.*' \
|
||||
--blocklist-type '^__.*' \
|
||||
--size_t-is-usize \
|
||||
$header_path > $output_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue