From 4e0acf8cbfcd66924af38a9418d3e12dc31a7316 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 22 Jan 2026 23:31:21 +0800 Subject: [PATCH] chore: bump version to 26.1.22 --- CHANGELOG.md | 3 ++ Cargo.lock | 70 ++++++++++++++++++++++----------------- flake.lock | 12 +++---- yazi-actor/Cargo.toml | 34 +++++++++---------- yazi-adapter/Cargo.toml | 14 ++++---- yazi-binding/Cargo.toml | 12 +++---- yazi-boot/Cargo.toml | 16 ++++----- yazi-build/Cargo.toml | 4 +-- yazi-cli/Cargo.toml | 16 ++++----- yazi-codegen/Cargo.toml | 2 +- yazi-config/Cargo.toml | 12 +++---- yazi-core/Cargo.toml | 28 ++++++++-------- yazi-dds/Cargo.toml | 14 ++++---- yazi-ffi/Cargo.toml | 4 +-- yazi-fm/Cargo.toml | 36 ++++++++++---------- yazi-fs/Cargo.toml | 10 +++--- yazi-macro/Cargo.toml | 2 +- yazi-packing/Cargo.toml | 2 +- yazi-parser/Cargo.toml | 16 ++++----- yazi-plugin/Cargo.toml | 28 ++++++++-------- yazi-proxy/Cargo.toml | 10 +++--- yazi-scheduler/Cargo.toml | 22 ++++++------ yazi-sftp/Cargo.toml | 2 +- yazi-shared/Cargo.toml | 6 ++-- yazi-shim/Cargo.toml | 4 +-- yazi-term/Cargo.toml | 6 ++-- yazi-vfs/Cargo.toml | 12 +++---- yazi-watcher/Cargo.toml | 16 ++++----- yazi-widgets/Cargo.toml | 14 ++++---- 29 files changed, 220 insertions(+), 207 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32698ad5..6b9eaca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ## [Unreleased] +## [v26.1.22] + ### Added - Tree view for the preset archive previewer ([#3525]) @@ -1005,6 +1007,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [v25.5.31]: https://github.com/sxyazi/yazi/compare/v25.5.28...v25.5.31 [v25.12.29]: https://github.com/sxyazi/yazi/compare/v25.5.31...v25.12.29 [v26.1.4]: https://github.com/sxyazi/yazi/compare/v25.12.29...v26.1.4 +[v26.1.22]: https://github.com/sxyazi/yazi/compare/v26.1.4...v26.1.22 [#4]: https://github.com/sxyazi/yazi/pull/4 [#5]: https://github.com/sxyazi/yazi/pull/5 [#6]: https://github.com/sxyazi/yazi/pull/6 diff --git a/Cargo.lock b/Cargo.lock index 320cc070..50bef066 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1905,7 +1905,7 @@ dependencies = [ "exr", "gif", "image-webp", - "moxcms", + "moxcms 0.7.11", "num-traits", "png", "qoi", @@ -2451,6 +2451,16 @@ dependencies = [ "pxfm", ] +[[package]] +name = "moxcms" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04e5f643aebb3c117fa77e268557e3bf19e250769062820fcaf3ff33ea560adf" +dependencies = [ + "num-traits", + "pxfm", +] + [[package]] name = "new_debug_unreachable" version = "1.0.6" @@ -3177,9 +3187,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -5405,7 +5415,7 @@ checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448" [[package]] name = "yazi-actor" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5438,14 +5448,14 @@ dependencies = [ [[package]] name = "yazi-adapter" -version = "26.1.4" +version = "26.1.22" dependencies = [ "ansi-to-tui", "anyhow", "base64", "crossterm 0.29.0", "image", - "moxcms", + "moxcms 0.8.0", "palette", "quantette", "ratatui", @@ -5461,7 +5471,7 @@ dependencies = [ [[package]] name = "yazi-binding" -version = "26.1.4" +version = "26.1.22" dependencies = [ "ansi-to-tui", "futures", @@ -5482,7 +5492,7 @@ dependencies = [ [[package]] name = "yazi-boot" -version = "26.1.4" +version = "26.1.22" dependencies = [ "clap", "clap_complete", @@ -5502,14 +5512,14 @@ dependencies = [ [[package]] name = "yazi-build" -version = "26.1.4" +version = "26.1.22" dependencies = [ "yazi-term", ] [[package]] name = "yazi-cli" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "clap", @@ -5533,7 +5543,7 @@ dependencies = [ [[package]] name = "yazi-codegen" -version = "26.1.4" +version = "26.1.22" dependencies = [ "quote", "syn 2.0.114", @@ -5541,7 +5551,7 @@ dependencies = [ [[package]] name = "yazi-config" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -5565,7 +5575,7 @@ dependencies = [ [[package]] name = "yazi-core" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5595,7 +5605,7 @@ dependencies = [ [[package]] name = "yazi-dds" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "hashbrown", @@ -5620,7 +5630,7 @@ dependencies = [ [[package]] name = "yazi-ffi" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "core-foundation-sys", @@ -5631,7 +5641,7 @@ dependencies = [ [[package]] name = "yazi-fm" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "better-panic", @@ -5671,7 +5681,7 @@ dependencies = [ [[package]] name = "yazi-fs" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "arc-swap", @@ -5702,15 +5712,15 @@ dependencies = [ [[package]] name = "yazi-macro" -version = "26.1.4" +version = "26.1.22" [[package]] name = "yazi-packing" -version = "26.1.4" +version = "26.1.22" [[package]] name = "yazi-parser" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "bitflags 2.10.0", @@ -5731,7 +5741,7 @@ dependencies = [ [[package]] name = "yazi-plugin" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5776,7 +5786,7 @@ checksum = "33232d9116df6415ddfcdf72701b1b7439ce87f240a14723e8dd5d17e7ed5f98" [[package]] name = "yazi-proxy" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "tokio", @@ -5788,7 +5798,7 @@ dependencies = [ [[package]] name = "yazi-scheduler" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "async-priority-channel", @@ -5817,7 +5827,7 @@ dependencies = [ [[package]] name = "yazi-sftp" -version = "26.1.4" +version = "26.1.22" dependencies = [ "bitflags 2.10.0", "parking_lot", @@ -5829,7 +5839,7 @@ dependencies = [ [[package]] name = "yazi-shared" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -5852,7 +5862,7 @@ dependencies = [ [[package]] name = "yazi-shim" -version = "26.1.4" +version = "26.1.22" dependencies = [ "twox-hash", "yazi-macro", @@ -5860,7 +5870,7 @@ dependencies = [ [[package]] name = "yazi-term" -version = "26.1.4" +version = "26.1.22" dependencies = [ "crossterm 0.29.0", "libc", @@ -5873,7 +5883,7 @@ dependencies = [ [[package]] name = "yazi-vfs" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "deadpool", @@ -5893,7 +5903,7 @@ dependencies = [ [[package]] name = "yazi-watcher" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "hashbrown", @@ -5914,7 +5924,7 @@ dependencies = [ [[package]] name = "yazi-widgets" -version = "26.1.4" +version = "26.1.22" dependencies = [ "anyhow", "base64", diff --git a/flake.lock b/flake.lock index 509429d9..4e7f5e84 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1763806073, - "narHash": "sha256-FHsEKDvfWpzdADWj99z7vBk4D716Ujdyveo5+A048aI=", + "lastModified": 1768875095, + "narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "878e468e02bfabeda08c79250f7ad583037f2227", + "rev": "ed142ab1b3a092c4d149245d0c4126a5d7ea00b0", "type": "github" }, "original": { @@ -48,11 +48,11 @@ ] }, "locked": { - "lastModified": 1763952169, - "narHash": "sha256-+PeDBD8P+NKauH+w7eO/QWCIp8Cx4mCfWnh9sJmy9CM=", + "lastModified": 1769091129, + "narHash": "sha256-Jj/vIHjiu4OdDIrDXZ3xOPCJrMZZKzhE2UIVXV/NYzY=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "ab726555a9a72e6dc80649809147823a813fa95b", + "rev": "131e22d6a6d54ab72aeef6a5a661ab7005b4c596", "type": "github" }, "original": { diff --git a/yazi-actor/Cargo.toml b/yazi-actor/Cargo.toml index 5e8ea2b8..01ac9fa1 100644 --- a/yazi-actor/Cargo.toml +++ b/yazi-actor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-actor" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,22 +16,22 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-core = { path = "../yazi-core", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-plugin = { path = "../yazi-plugin", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-scheduler = { path = "../yazi-scheduler", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } -yazi-watcher = { path = "../yazi-watcher", version = "26.1.4" } -yazi-widgets = { path = "../yazi-widgets", version = "26.1.4" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-core = { path = "../yazi-core", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-plugin = { path = "../yazi-plugin", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-scheduler = { path = "../yazi-scheduler", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } +yazi-watcher = { path = "../yazi-watcher", version = "26.1.22" } +yazi-widgets = { path = "../yazi-widgets", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-adapter/Cargo.toml b/yazi-adapter/Cargo.toml index 5d76ff18..a9b637fb 100644 --- a/yazi-adapter/Cargo.toml +++ b/yazi-adapter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-adapter" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } # External dependencies ansi-to-tui = { workspace = true } @@ -24,7 +24,7 @@ anyhow = { workspace = true } base64 = { workspace = true } crossterm = { workspace = true } image = { version = "0.25.9", default-features = false, features = [ "avif", "bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "png", "pnm", "qoi", "tga", "tiff", "webp" ] } -moxcms = "0.7.11" +moxcms = "0.8.0" palette = { version = "0.7.6", default-features = false } quantette = { version = "0.5.1", default-features = false } ratatui = { workspace = true } diff --git a/yazi-binding/Cargo.toml b/yazi-binding/Cargo.toml index 7f93fff8..660f878d 100644 --- a/yazi-binding/Cargo.toml +++ b/yazi-binding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-binding" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,11 +16,11 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-boot/Cargo.toml b/yazi-boot/Cargo.toml index 5f035920..80b886be 100644 --- a/yazi-boot/Cargo.toml +++ b/yazi-boot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-boot" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,12 +12,12 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } # External dependencies clap = { workspace = true } @@ -26,7 +26,7 @@ hashbrown = { workspace = true } regex = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External dependencies clap = { workspace = true } diff --git a/yazi-build/Cargo.toml b/yazi-build/Cargo.toml index 348387a5..95c35bfd 100644 --- a/yazi-build/Cargo.toml +++ b/yazi-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-build" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -18,7 +18,7 @@ panic = "abort" strip = true [build-dependencies] -yazi-term = { path = "../yazi-term", version = "26.1.4" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } [[bin]] name = "yazi-build" diff --git a/yazi-cli/Cargo.toml b/yazi-cli/Cargo.toml index fa199016..f8c74f4c 100644 --- a/yazi-cli/Cargo.toml +++ b/yazi-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-cli" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -22,12 +22,12 @@ inherits = "release" panic = "unwind" [dependencies] -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } # External dependencies anyhow = { workspace = true } @@ -40,7 +40,7 @@ toml = { workspace = true } twox-hash = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External build dependencies anyhow = { workspace = true } diff --git a/yazi-codegen/Cargo.toml b/yazi-codegen/Cargo.toml index 97884d05..baf24254 100644 --- a/yazi-codegen/Cargo.toml +++ b/yazi-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-codegen" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-config/Cargo.toml b/yazi-config/Cargo.toml index d69aba80..2f203321 100644 --- a/yazi-config/Cargo.toml +++ b/yazi-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-config" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-codegen = { path = "../yazi-codegen", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } +yazi-codegen = { path = "../yazi-codegen", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index 9bd7072e..7c4a2ac1 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-core" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,19 +12,19 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-plugin = { path = "../yazi-plugin", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-scheduler = { path = "../yazi-scheduler", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } -yazi-watcher = { path = "../yazi-watcher", version = "26.1.4" } -yazi-widgets = { path = "../yazi-widgets", version = "26.1.4" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-plugin = { path = "../yazi-plugin", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-scheduler = { path = "../yazi-scheduler", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } +yazi-watcher = { path = "../yazi-watcher", version = "26.1.22" } +yazi-widgets = { path = "../yazi-widgets", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml index b7fe23f8..4f4803d2 100644 --- a/yazi-dds/Cargo.toml +++ b/yazi-dds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-dds" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,12 +16,12 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-ffi/Cargo.toml b/yazi-ffi/Cargo.toml index e18f8087..0e26d6b7 100644 --- a/yazi-ffi/Cargo.toml +++ b/yazi-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-ffi" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,7 +12,7 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml index 914c684c..8ce177ed 100644 --- a/yazi-fm/Cargo.toml +++ b/yazi-fm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fm" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -26,23 +26,23 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-actor = { path = "../yazi-actor", version = "26.1.4" } -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-core = { path = "../yazi-core", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-plugin = { path = "../yazi-plugin", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } -yazi-watcher = { path = "../yazi-watcher", version = "26.1.4" } -yazi-widgets = { path = "../yazi-widgets", version = "26.1.4" } +yazi-actor = { path = "../yazi-actor", version = "26.1.22" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-core = { path = "../yazi-core", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-plugin = { path = "../yazi-plugin", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } +yazi-watcher = { path = "../yazi-watcher", version = "26.1.22" } +yazi-widgets = { path = "../yazi-widgets", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fs/Cargo.toml b/yazi-fs/Cargo.toml index 4a9c91a5..d994e942 100644 --- a/yazi-fs/Cargo.toml +++ b/yazi-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fs" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,10 +12,10 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-ffi = { path = "../yazi-ffi", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-shim = { path = "../yazi-shim", version = "26.1.4" } +yazi-ffi = { path = "../yazi-ffi", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-shim = { path = "../yazi-shim", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-macro/Cargo.toml b/yazi-macro/Cargo.toml index 555f74d7..e439863c 100644 --- a/yazi-macro/Cargo.toml +++ b/yazi-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-macro" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-packing/Cargo.toml b/yazi-packing/Cargo.toml index 7dee5a47..90f59c1e 100644 --- a/yazi-packing/Cargo.toml +++ b/yazi-packing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-packing" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-parser/Cargo.toml b/yazi-parser/Cargo.toml index 6df9d215..b38d5914 100644 --- a/yazi-parser/Cargo.toml +++ b/yazi-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-parser" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,13 +16,13 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml index faa1f469..a18bfc08 100644 --- a/yazi-plugin/Cargo.toml +++ b/yazi-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-plugin" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -16,19 +16,19 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-boot = { path = "../yazi-boot", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-shim = { path = "../yazi-shim", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } -yazi-widgets = { path = "../yazi-widgets", version = "26.1.4" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-boot = { path = "../yazi-boot", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-shim = { path = "../yazi-shim", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } +yazi-widgets = { path = "../yazi-widgets", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-proxy/Cargo.toml b/yazi-proxy/Cargo.toml index 94e0b51a..b1076daf 100644 --- a/yazi-proxy/Cargo.toml +++ b/yazi-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-proxy" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,10 +12,10 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml index 16fa0254..653f2441 100644 --- a/yazi-scheduler/Cargo.toml +++ b/yazi-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-scheduler" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,16 +12,16 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-plugin = { path = "../yazi-plugin", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-plugin = { path = "../yazi-plugin", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-sftp/Cargo.toml b/yazi-sftp/Cargo.toml index 844e5ba7..3d17ebbc 100644 --- a/yazi-sftp/Cargo.toml +++ b/yazi-sftp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-sftp" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "AspectUnk", "sxyazi " ] diff --git a/yazi-shared/Cargo.toml b/yazi-shared/Cargo.toml index d95650ca..c8eaa70f 100644 --- a/yazi-shared/Cargo.toml +++ b/yazi-shared/Cargo.toml @@ -1,19 +1,19 @@ [package] name = "yazi-shared" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] description = "Yazi shared library" homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" -rust-version = "1.91.0" +rust-version = "1.92.0" [lints] workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-shim/Cargo.toml b/yazi-shim/Cargo.toml index 70bceaff..dd514548 100644 --- a/yazi-shim/Cargo.toml +++ b/yazi-shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-shim" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,7 +12,7 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } # External dependencies twox-hash = { workspace = true } diff --git a/yazi-term/Cargo.toml b/yazi-term/Cargo.toml index 5cdd5ca0..4e54fd74 100644 --- a/yazi-term/Cargo.toml +++ b/yazi-term/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-term" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,8 +12,8 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # Logging tracing = { workspace = true } diff --git a/yazi-vfs/Cargo.toml b/yazi-vfs/Cargo.toml index 0b4dac5f..b7812837 100644 --- a/yazi-vfs/Cargo.toml +++ b/yazi-vfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-vfs" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,11 +12,11 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-sftp = { path = "../yazi-sftp", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-sftp = { path = "../yazi-sftp", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-watcher/Cargo.toml b/yazi-watcher/Cargo.toml index 85f67414..47274985 100644 --- a/yazi-watcher/Cargo.toml +++ b/yazi-watcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-watcher" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,13 +12,13 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "26.1.4" } -yazi-dds = { path = "../yazi-dds", version = "26.1.4" } -yazi-fs = { path = "../yazi-fs", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-proxy = { path = "../yazi-proxy", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-vfs = { path = "../yazi-vfs", version = "26.1.4" } +yazi-adapter = { path = "../yazi-adapter", version = "26.1.22" } +yazi-dds = { path = "../yazi-dds", version = "26.1.22" } +yazi-fs = { path = "../yazi-fs", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-proxy = { path = "../yazi-proxy", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-vfs = { path = "../yazi-vfs", version = "26.1.22" } # Logging tracing = { workspace = true } diff --git a/yazi-widgets/Cargo.toml b/yazi-widgets/Cargo.toml index 1cf9868d..4c1ec9a1 100644 --- a/yazi-widgets/Cargo.toml +++ b/yazi-widgets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-widgets" -version = "26.1.4" +version = "26.1.22" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -12,12 +12,12 @@ repository = "https://github.com/sxyazi/yazi" workspace = true [dependencies] -yazi-binding = { path = "../yazi-binding", version = "26.1.4" } -yazi-config = { path = "../yazi-config", version = "26.1.4" } -yazi-macro = { path = "../yazi-macro", version = "26.1.4" } -yazi-parser = { path = "../yazi-parser", version = "26.1.4" } -yazi-shared = { path = "../yazi-shared", version = "26.1.4" } -yazi-term = { path = "../yazi-term", version = "26.1.4" } +yazi-binding = { path = "../yazi-binding", version = "26.1.22" } +yazi-config = { path = "../yazi-config", version = "26.1.22" } +yazi-macro = { path = "../yazi-macro", version = "26.1.22" } +yazi-parser = { path = "../yazi-parser", version = "26.1.22" } +yazi-shared = { path = "../yazi-shared", version = "26.1.22" } +yazi-term = { path = "../yazi-term", version = "26.1.22" } # External dependencies anyhow = { workspace = true }