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:
Michael Davis 2024-02-21 09:37:45 -05:00
parent 2c9f5b3efb
commit 11f809c177
No known key found for this signature in database
5 changed files with 29 additions and 20 deletions

View file

@ -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"