Commit f621bf0
build: bump tree_sitter/core from
Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `3095fbe` to `2512f3a`.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@3095fbe...2512f3a)
---
updated-dependencies:
- dependency-name: tree_sitter/core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>3095fbe to 2512f3a
1 parent e18c217 commit f621bf0
1 file changed
+1
-1
lines changed- .gitignore+5-2
- Cargo.lock+15-15
- Cargo.toml+4-4
- cli/build.rs+3
- cli/loader/Cargo.toml+6-3
- cli/loader/src/lib.rs+45-10
- cli/src/tests/parser_test.rs+1-4
- cli/src/tests/query_test.rs+16-10
- cli/src/tests/tree_test.rs+1-1
- docs/section-3-creating-parsers.md+3
- lib/Cargo.toml+4-1
- lib/binding_rust/README.md+8
- lib/binding_rust/bindings.rs+52-48
- lib/binding_rust/build.rs+4-1
- lib/binding_rust/ffi.rs+2-1
- lib/binding_rust/lib.rs+59-46
- lib/binding_rust/util.rs+1-1
- lib/include/tree_sitter/api.h+10-1
- lib/language/language.rs+1
- lib/src/query.c+9
- script/benchmark+8-4
- script/build-fuzzers+31-32
- script/build-wasm+52-53
- script/build-wasm-stdlib+6-12
- script/check-mallocs+6-14
- script/fetch-emscripten+12-18
- script/fetch-fixtures+8-9
- script/generate-bindings+10-10
- script/generate-fixtures+10-16
- script/generate-fixtures-wasm+12-15
- script/generate-wasm-exports-list+3-13
- script/heap-profile+14-12
- script/reproduce+19-14
- script/run-fuzzer+21-17
- script/test+14-10
- script/test-wasm+3-3
- script/util/scan-build.sh+3-3
0 commit comments