aboutsummaryrefslogtreecommitdiff
path: root/helix-loader/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 /helix-loader/Cargo.toml
parent953073a679dfe8ae4aff86e8a9bff680d14a5523 (diff)
pin TS to unreleased git revision to fix freezes (#7737)
Diffstat (limited to 'helix-loader/Cargo.toml')
-rw-r--r--helix-loader/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-loader/Cargo.toml b/helix-loader/Cargo.toml
index 80265d30..55f8422b 100644
--- a/helix-loader/Cargo.toml
+++ b/helix-loader/Cargo.toml
@@ -18,7 +18,7 @@ anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
toml = "0.7"
etcetera = "0.8"
-tree-sitter = "0.20"
+tree-sitter.workspace = true
once_cell = "1.18"
log = "0.4"
which = "4.4"