Skip to content

Commit e16f592

Browse files
committed
fix extras
1 parent 1581527 commit e16f592

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tree-sitter-yaml = { version = ">=0.6.0", optional = true, python = ">=3.9" }
6363
tree-sitter-html = { version = ">=0.23.0", optional = true, python = ">=3.9" }
6464
tree-sitter-css = { version = ">=0.23.0", optional = true, python = ">=3.9" }
6565
tree-sitter-javascript = { version = ">=0.23.0", optional = true, python = ">=3.9" }
66-
tree-sitter-rust = { version = ">=0.23.0", optional = true, python = ">=3.9" }
66+
tree-sitter-rust = { version = ">=0.23.0,<=0.23.2", optional = true, python = ">=3.9" }
6767
tree-sitter-go = { version = ">=0.23.0", optional = true, python = ">=3.9" }
6868
tree-sitter-regex = { version = ">=0.24.0", optional = true, python = ">=3.9" }
6969
tree-sitter-xml = { version = ">=0.7.0", optional = true, python = ">=3.9" }

0 commit comments

Comments
 (0)