Skip to content

Commit 8ee15f8

Browse files
committed
Cargo: clarify TODO for tree-sitter update
I went to do this work and then realized we need unreleased support for tree-sitter 0.24 in tree-sitter-md before we can start on this. Add a note for clarity.
1 parent c74587b commit 8ee15f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ hickory-resolver = { version = "=0.25.0-alpha.4", features = ["dns-over-https-ru
2424
tokio = { version = "1.43.0", features = ["io-util", "macros", "net", "rt"] }
2525
serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
27-
tree-sitter = "0.23" # TODO(@cpu): handle breaking API changes for 0.24
27+
# TODO(@cpu): handle breaking API changes for tree-sitter 0.24.
28+
# This is blocked on a tree-sitter-md release for the tree-sitter 0.24 update
29+
# presently unreleased on upstream main.
30+
tree-sitter = "0.23"
2831
tree-sitter-c = "0.23"
2932
tree-sitter-md = "0.3"

0 commit comments

Comments
 (0)