Skip to content

Commit cf0968a

Browse files
authored
Merge pull request #1 from taisazero/main
removed tree-sitter COBOL from the dependencies.
2 parents 57e17a1 + d50e963 commit cf0968a

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Cargo.lock

-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ tree-sitter-cpp = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev
5555
tree-sitter-ruby = "0.20.0"
5656
tree-sitter-r = "0.19.5"
5757
tree-sitter-php = { git = "https://github.com/tree-sitter/tree-sitter-php" }
58-
tree-sitter-COBOL = { git = "https://github.com/BloopAI/tree-sitter-cobol" }
5958
petgraph = { version = "0.6.4", default-features = false, features = ["serde-1"] }
6059

6160
# file processing

0 commit comments

Comments
 (0)