mirror of
https://github.com/sxyazi/yazi.git
synced 2026-05-13 08:16:40 +00:00
feat: add a next property to the preloader rules to allow running multiple preloaders (#1058)
This commit is contained in:
parent
0ff4835f8d
commit
c2affae3a9
28 changed files with 219 additions and 189 deletions
|
|
@ -13,7 +13,7 @@ yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
|||
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
||||
|
||||
# External dependencies
|
||||
anyhow = "1.0.83"
|
||||
anyhow = "1.0.86"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
crossterm = "0.27.0"
|
||||
md-5 = "0.10.6"
|
||||
|
|
@ -22,7 +22,7 @@ tokio = { version = "1.37.0", features = [ "full" ] }
|
|||
toml_edit = "0.22.13"
|
||||
|
||||
[build-dependencies]
|
||||
anyhow = "1.0.83"
|
||||
anyhow = "1.0.86"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
clap_complete = "4.5.2"
|
||||
clap_complete_fig = "4.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue