Skip to content

Commit 6b9a60e

Browse files
committed
Remove duplicate submodule
1 parent e14bbac commit 6b9a60e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[submodule "tree-sitter"]
22
path = tree_sitter/tree-sitter
33
url = [email protected]:tree-sitter/tree-sitter
4-
[submodule "tree_sitter/tree-sitter"]
5-
path = tree_sitter/tree-sitter
6-
url = [email protected]:tree-sitter/tree-sitter

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = "0.17"
23+
tree-sitter = "0.20.9"
2424

2525
[build-dependencies]
2626
cc = "1.0"

0 commit comments

Comments
 (0)