-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: bump core in the submodules group across 1 directory
Bumps the submodules group with 1 update in the / directory: [core](https://github.com/tree-sitter/tree-sitter). Updates `core` from `12bc174` to `fc8c186` - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@12bc174...fc8c186) --- updated-dependencies: - dependency-name: core dependency-type: direct:production dependency-group: submodules ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c177bfc
commit 4c43748
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
25 files
+8 −7 | Cargo.lock | |
+7 −7 | Cargo.toml | |
+1 −1 | Makefile | |
+1 −1 | build.zig.zon | |
+11 −12 | cli/generate/src/build_tables/minimize_parse_table.rs | |
+1 −1 | cli/generate/src/prepare_grammar/intern_symbols.rs | |
+1 −0 | cli/loader/Cargo.toml | |
+71 −52 | cli/loader/src/lib.rs | |
+1 −1 | cli/npm/package.json | |
+57 −39 | cli/src/init.rs | |
+4 −4 | cli/src/main.rs | |
+3 −0 | cli/src/templates/.editorconfig | |
+0 −1 | cli/src/templates/PARSER_NAME.pc.in | |
+1 −1 | cli/src/templates/_cargo.toml | |
+3 −3 | cli/src/templates/binding_test.js | |
+2 −4 | cli/src/templates/cmakelists.cmake | |
+28 −4 | cli/src/templates/gitattributes | |
+1 −1 | cli/src/templates/go.mod | |
+5 −1 | cli/src/templates/index.js | |
+4 −9 | cli/src/templates/package.json | |
+0 −1 | cli/src/templates/pyproject.toml | |
+1 −1 | cli/src/tests/detect_language.rs | |
+1 −1 | lib/CMakeLists.txt | |
+24 −6 | lib/binding_rust/lib.rs | |
+1 −1 | lib/binding_web/package.json |