chore(bindgen): update bindgen to 0.65.1 and regenerate bindings

This commit is contained in:
Andrew Hlynskyi 2023-04-17 11:21:37 +03:00
parent d4d5e29c91
commit cc6596be82
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,6 @@ bindgen \
--allowlist-type '^TS.*' \
--allowlist-function '^ts_.*' \
--blocklist-type '^__.*' \
--size_t-is-usize \
$header_path > $output_path
echo "" >> $output_path