diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:10:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-14 18:10:53 +0200 |
commit | cde4f74ed9dffa1415d9021c343eb599e8866b4d (patch) | |
tree | 68cd8ec7ed3458515736ef825abcf39979602338 /Cargo.toml | |
parent | c549d8b3bbbade9ccb8c208295b35f5afbc7913b (diff) |
Update the grammar a bit
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ include = [ path = "bindings/rust/lib.rs" [dependencies] -tree-sitter = "~0.20.10" +tree-sitter-language = "0.1.0" [build-dependencies] cc = "1.0" |