diff options
author | Pascal Kuthe | 2023-07-27 02:50:40 +0000 |
---|---|---|
committer | GitHub | 2023-07-27 02:50:40 +0000 |
commit | 262a595e5343c5afd0f2570859b63ebf4c12b0fa (patch) | |
tree | 8f4ba85f3aa484518a6584c53fbdf468f0b9ac5f /helix-core | |
parent | 953073a679dfe8ae4aff86e8a9bff680d14a5523 (diff) |
pin TS to unreleased git revision to fix freezes (#7737)
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 895ee5bc..f45d97b8 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -25,7 +25,7 @@ unicode-width = "0.1" unicode-general-category = "0.6" # slab = "0.4.2" slotmap = "1.0" -tree-sitter = "0.20" +tree-sitter.workspace = true once_cell = "1.18" arc-swap = "1" regex = "1" |