aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPascal Kuthe2023-07-27 02:50:40 +0000
committerGitHub2023-07-27 02:50:40 +0000
commit262a595e5343c5afd0f2570859b63ebf4c12b0fa (patch)
tree8f4ba85f3aa484518a6584c53fbdf468f0b9ac5f /Cargo.toml
parent953073a679dfe8ae4aff86e8a9bff680d14a5523 (diff)
pin TS to unreleased git revision to fix freezes (#7737)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6351889..1d10dd9b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,3 +32,6 @@ inherits = "test"
package.helix-core.opt-level = 2
package.helix-tui.opt-level = 2
package.helix-term.opt-level = 2
+
+[workspace.dependencies]
+tree-sitter = { version = "0.20", git = "https://github.com/tree-sitter/tree-sitter", rev = "7d4b0110a9e92161d247a051018ee42b0513e98d" }