Skip to content

Commit 75b9715

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 ae91548 commit 75b9715

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
@@ -23,6 +23,9 @@ hickory-resolver = { version = "=0.25.0-alpha.4", features = ["dns-over-https-ru
2323
tokio = { version = "1.43.0", features = ["io-util", "macros", "net", "rt"] }
2424
serde = { version = "1", features = ["derive"] }
2525
serde_json = "1"
26-
tree-sitter = "0.23" # TODO(@cpu): handle breaking API changes for 0.24
26+
# TODO(@cpu): handle breaking API changes for tree-sitter 0.24.
27+
# This is blocked on a tree-sitter-md release for the tree-sitter 0.24 update
28+
# presently unreleased on upstream main.
29+
tree-sitter = "0.23"
2730
tree-sitter-c = "0.23"
2831
tree-sitter-md = "0.3"

0 commit comments

Comments
 (0)