Skip to content

Commit 587f30d

Browse files
authored
Merge pull request #76 from hirosassa/remove-cargo-lock
update dependency and remove Cargo.lock because tree-sitter-sql is a non-end product
2 parents 63cd042 + 74d69f3 commit 587f30d

File tree

3 files changed

+3
-58
lines changed

3 files changed

+3
-58
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ target/
44
build/
55
venv/
66
yarn.lock
7+
Cargo.lock
8+

Cargo.lock

-57
This file was deleted.

Cargo.toml

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

2323
[dependencies]
24-
tree-sitter = ">= 0.19, < 0.21"
24+
tree-sitter = ">= 0.20, < 0.21"
2525

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

0 commit comments

Comments
 (0)