Skip to content

Commit

Permalink
Merge pull request #76 from hirosassa/remove-cargo-lock
Browse files Browse the repository at this point in the history
update dependency and remove Cargo.lock because tree-sitter-sql is a non-end product
  • Loading branch information
m-novikov authored Mar 6, 2024
2 parents 63cd042 + 74d69f3 commit 587f30d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ target/
build/
venv/
yarn.lock
Cargo.lock

57 changes: 0 additions & 57 deletions Cargo.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">= 0.19, < 0.21"
tree-sitter = ">= 0.20, < 0.21"

[build-dependencies]
cc = "1.0"

0 comments on commit 587f30d

Please sign in to comment.