mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Bump nucleo to v0.4.1
We will use this in the child commit to improve the picker's running indicator. Nucleo 0.4.0 includes an `active_injectors` member that we can use to detect if anything can push to the picker. When that count drops to zero we can remove the running indicator. Nucleo 0.4.1 contains a fix for crashes with interactive global search on a large directory.
This commit is contained in:
parent
2c9f5b3efb
commit
11f809c177
5 changed files with 29 additions and 20 deletions
|
@ -38,7 +38,7 @@ package.helix-term.opt-level = 2
|
|||
|
||||
[workspace.dependencies]
|
||||
tree-sitter = { version = "0.22" }
|
||||
nucleo = "0.2.0"
|
||||
nucleo = "0.4.1"
|
||||
slotmap = "1.0.7"
|
||||
thiserror = "1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue