mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
pin TS to unreleased git revision to fix freezes (#7737)
This commit is contained in:
parent
953073a679
commit
262a595e53
4 changed files with 6 additions and 4 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue