Skip to content

Commit c98a647

Browse files
chore: bump tree-sitter version
1 parent 50c0856 commit c98a647

File tree

4 files changed

+575
-26
lines changed

4 files changed

+575
-26
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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-language = "0.1.0"
2424

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

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/tree-sitter/tree-sitter-http
2+
3+
go 1.23
4+
5+
require github.com/tree-sitter/go-tree-sitter v0.23

0 commit comments

Comments
 (0)