From b65a88075a824e4304dca5428ba05de1404fa635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20misaki=20masa?= Date: Sat, 31 May 2025 00:13:17 +0800 Subject: [PATCH] chore: bump version to 25.5.31 (#2815) --- Cargo.lock | 36 ++++++++++++++++++------------------ yazi-adapter/Cargo.toml | 10 +++++----- yazi-binding/Cargo.toml | 8 ++++---- yazi-boot/Cargo.toml | 14 +++++++------- yazi-cli/Cargo.toml | 14 +++++++------- yazi-codegen/Cargo.toml | 2 +- yazi-config/Cargo.toml | 12 ++++++------ yazi-config/src/lib.rs | 8 ++++---- yazi-core/Cargo.toml | 28 ++++++++++++++-------------- yazi-dds/Cargo.toml | 12 ++++++------ yazi-ffi/Cargo.toml | 4 ++-- yazi-fm/Cargo.toml | 30 +++++++++++++++--------------- yazi-fs/Cargo.toml | 8 ++++---- yazi-macro/Cargo.toml | 2 +- yazi-plugin/Cargo.toml | 22 +++++++++++----------- yazi-proxy/Cargo.toml | 8 ++++---- yazi-scheduler/Cargo.toml | 16 ++++++++-------- yazi-shared/Cargo.toml | 4 ++-- yazi-term/Cargo.toml | 6 +++--- yazi-widgets/Cargo.toml | 14 +++++++------- 20 files changed, 129 insertions(+), 129 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b8d36f2..f6f4fc45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "yazi-adapter" -version = "25.5.28" +version = "25.5.31" dependencies = [ "ansi-to-tui", "anyhow", @@ -3320,7 +3320,7 @@ dependencies = [ [[package]] name = "yazi-binding" -version = "25.5.28" +version = "25.5.31" dependencies = [ "mlua", "paste", @@ -3332,7 +3332,7 @@ dependencies = [ [[package]] name = "yazi-boot" -version = "25.5.28" +version = "25.5.31" dependencies = [ "clap", "clap_complete", @@ -3350,7 +3350,7 @@ dependencies = [ [[package]] name = "yazi-cli" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "clap", @@ -3373,7 +3373,7 @@ dependencies = [ [[package]] name = "yazi-codegen" -version = "25.5.28" +version = "25.5.31" dependencies = [ "quote", "syn", @@ -3381,7 +3381,7 @@ dependencies = [ [[package]] name = "yazi-config" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "bitflags 2.9.1", @@ -3404,7 +3404,7 @@ dependencies = [ [[package]] name = "yazi-core" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "bitflags 2.9.1", @@ -3440,7 +3440,7 @@ dependencies = [ [[package]] name = "yazi-dds" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "mlua", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "yazi-ffi" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "core-foundation-sys", @@ -3473,7 +3473,7 @@ dependencies = [ [[package]] name = "yazi-fm" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "better-panic", @@ -3513,7 +3513,7 @@ dependencies = [ [[package]] name = "yazi-fs" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "arc-swap", @@ -3539,11 +3539,11 @@ dependencies = [ [[package]] name = "yazi-macro" -version = "25.5.28" +version = "25.5.31" [[package]] name = "yazi-plugin" -version = "25.5.28" +version = "25.5.31" dependencies = [ "ansi-to-tui", "anyhow", @@ -3588,7 +3588,7 @@ checksum = "33232d9116df6415ddfcdf72701b1b7439ce87f240a14723e8dd5d17e7ed5f98" [[package]] name = "yazi-proxy" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "mlua", @@ -3601,7 +3601,7 @@ dependencies = [ [[package]] name = "yazi-scheduler" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "async-priority-channel", @@ -3624,7 +3624,7 @@ dependencies = [ [[package]] name = "yazi-shared" -version = "25.5.28" +version = "25.5.31" dependencies = [ "anyhow", "crossterm 0.29.0", @@ -3644,7 +3644,7 @@ dependencies = [ [[package]] name = "yazi-term" -version = "25.5.28" +version = "25.5.31" dependencies = [ "crossterm 0.29.0", "libc", @@ -3657,7 +3657,7 @@ dependencies = [ [[package]] name = "yazi-widgets" -version = "25.5.28" +version = "25.5.31" dependencies = [ "crossterm 0.29.0", "futures", diff --git a/yazi-adapter/Cargo.toml b/yazi-adapter/Cargo.toml index 619a39c1..bbf5a66e 100644 --- a/yazi-adapter/Cargo.toml +++ b/yazi-adapter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-adapter" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,10 +9,10 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } -yazi-term = { path = "../yazi-term", version = "25.5.28" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } +yazi-term = { path = "../yazi-term", version = "25.5.31" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-binding/Cargo.toml b/yazi-binding/Cargo.toml index f9798a2a..297dc8cd 100644 --- a/yazi-binding/Cargo.toml +++ b/yazi-binding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-binding" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies mlua = { workspace = true } diff --git a/yazi-boot/Cargo.toml b/yazi-boot/Cargo.toml index d72e25b3..c7aaf095 100644 --- a/yazi-boot/Cargo.toml +++ b/yazi-boot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-boot" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.5.28" } -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-adapter = { path = "../yazi-adapter", version = "25.5.31" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies clap = { workspace = true } @@ -21,7 +21,7 @@ regex = { workspace = true } serde = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies clap = { workspace = true } diff --git a/yazi-cli/Cargo.toml b/yazi-cli/Cargo.toml index f1b784ba..b3c04179 100644 --- a/yazi-cli/Cargo.toml +++ b/yazi-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-cli" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-boot = { path = "../yazi-boot", version = "25.5.28" } -yazi-dds = { path = "../yazi-dds", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-boot = { path = "../yazi-boot", version = "25.5.31" } +yazi-dds = { path = "../yazi-dds", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies anyhow = { workspace = true } @@ -26,7 +26,7 @@ toml = { workspace = true } twox-hash = { workspace = true } [build-dependencies] -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External build dependencies anyhow = { workspace = true } diff --git a/yazi-codegen/Cargo.toml b/yazi-codegen/Cargo.toml index 70266a9f..eecdfa2b 100644 --- a/yazi-codegen/Cargo.toml +++ b/yazi-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-codegen" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-config/Cargo.toml b/yazi-config/Cargo.toml index 7b60c8af..3cca294e 100644 --- a/yazi-config/Cargo.toml +++ b/yazi-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-config" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-codegen = { path = "../yazi-codegen", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } -yazi-term = { path = "../yazi-term", version = "25.5.28" } +yazi-codegen = { path = "../yazi-codegen", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } +yazi-term = { path = "../yazi-term", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-config/src/lib.rs b/yazi-config/src/lib.rs index 3f3b915b..db702d4f 100644 --- a/yazi-config/src/lib.rs +++ b/yazi-config/src/lib.rs @@ -111,16 +111,16 @@ fn migrate(p: std::path::PathBuf) -> String { if let Err(e) = std::fs::copy(&p, backup) { _ = TTY.writer().write_all( - format!("WARNING: `[manager]` has been deprecated in favor of the new `[mgr]`, see #2803 for more details: https://github.com/sxyazi/yazi/pull/2803\n -Trying to migrate your config automatically failed, please edit the file manually, error while backuping {p:?}: \n{e:?}\n").as_bytes(), + format!("WARNING: `[manager]` has been deprecated in favor of the new `[mgr]`, see #2803 for more details: https://github.com/sxyazi/yazi/pull/2803\r\n +Trying to migrate your config automatically failed, please edit the file manually, error while backuping {p:?}: {e}\r\n").as_bytes(), ); return new; } if let Err(e) = std::fs::write(&p, &new) { _ = TTY.writer().write_all( - format!("WARNING: `[manager]` has been deprecated in favor of the new `[mgr]`, see #2803 for more details: https://github.com/sxyazi/yazi/pull/2803\n -Trying to migrate your config automatically failed, please edit the file manually, error while writing {p:?}: \n{e:?}\n").as_bytes(), + format!("WARNING: `[manager]` has been deprecated in favor of the new `[mgr]`, see #2803 for more details: https://github.com/sxyazi/yazi/pull/2803\r\n +Trying to migrate your config automatically failed, please edit the file manually, error while writing {p:?}: {e}\r\n").as_bytes(), ); } new diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index e1102855..168c7684 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-core" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,19 +9,19 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.5.28" } -yazi-boot = { path = "../yazi-boot", version = "25.5.28" } -yazi-codegen = { path = "../yazi-codegen", version = "25.5.28" } -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-dds = { path = "../yazi-dds", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-plugin = { path = "../yazi-plugin", version = "25.5.28" } -yazi-proxy = { path = "../yazi-proxy", version = "25.5.28" } -yazi-scheduler = { path = "../yazi-scheduler", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } -yazi-term = { path = "../yazi-term", version = "25.5.28" } -yazi-widgets = { path = "../yazi-widgets", version = "25.5.28" } +yazi-adapter = { path = "../yazi-adapter", version = "25.5.31" } +yazi-boot = { path = "../yazi-boot", version = "25.5.31" } +yazi-codegen = { path = "../yazi-codegen", version = "25.5.31" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-dds = { path = "../yazi-dds", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-plugin = { path = "../yazi-plugin", version = "25.5.31" } +yazi-proxy = { path = "../yazi-proxy", version = "25.5.31" } +yazi-scheduler = { path = "../yazi-scheduler", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } +yazi-term = { path = "../yazi-term", version = "25.5.31" } +yazi-widgets = { path = "../yazi-widgets", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml index 5d42aa68..22597341 100644 --- a/yazi-dds/Cargo.toml +++ b/yazi-dds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-dds" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -13,11 +13,11 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-binding = { path = "../yazi-binding", version = "25.5.28" } -yazi-boot = { path = "../yazi-boot", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-binding = { path = "../yazi-binding", version = "25.5.31" } +yazi-boot = { path = "../yazi-boot", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-ffi/Cargo.toml b/yazi-ffi/Cargo.toml index 347c1a6b..63b55e9d 100644 --- a/yazi-ffi/Cargo.toml +++ b/yazi-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-ffi" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,7 +9,7 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml index 26cbb769..cee46bb0 100644 --- a/yazi-fm/Cargo.toml +++ b/yazi-fm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fm" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -13,20 +13,20 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.5.28" } -yazi-binding = { path = "../yazi-binding", version = "25.5.28" } -yazi-boot = { path = "../yazi-boot", version = "25.5.28" } -yazi-codegen = { path = "../yazi-codegen", version = "25.5.28" } -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-core = { path = "../yazi-core", version = "25.5.28" } -yazi-dds = { path = "../yazi-dds", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-plugin = { path = "../yazi-plugin", version = "25.5.28" } -yazi-proxy = { path = "../yazi-proxy", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } -yazi-term = { path = "../yazi-term", version = "25.5.28" } -yazi-widgets = { path = "../yazi-widgets", version = "25.5.28" } +yazi-adapter = { path = "../yazi-adapter", version = "25.5.31" } +yazi-binding = { path = "../yazi-binding", version = "25.5.31" } +yazi-boot = { path = "../yazi-boot", version = "25.5.31" } +yazi-codegen = { path = "../yazi-codegen", version = "25.5.31" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-core = { path = "../yazi-core", version = "25.5.31" } +yazi-dds = { path = "../yazi-dds", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-plugin = { path = "../yazi-plugin", version = "25.5.31" } +yazi-proxy = { path = "../yazi-proxy", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } +yazi-term = { path = "../yazi-term", version = "25.5.31" } +yazi-widgets = { path = "../yazi-widgets", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fs/Cargo.toml b/yazi-fs/Cargo.toml index ccc20314..7ade7593 100644 --- a/yazi-fs/Cargo.toml +++ b/yazi-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fs" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-ffi = { path = "../yazi-ffi", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-ffi = { path = "../yazi-ffi", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-macro/Cargo.toml b/yazi-macro/Cargo.toml index bd6325c7..955b37a5 100644 --- a/yazi-macro/Cargo.toml +++ b/yazi-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-macro" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml index 2c036b2b..bb4de872 100644 --- a/yazi-plugin/Cargo.toml +++ b/yazi-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-plugin" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -13,16 +13,16 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.5.28" } -yazi-binding = { path = "../yazi-binding", version = "25.5.28" } -yazi-boot = { path = "../yazi-boot", version = "25.5.28" } -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-dds = { path = "../yazi-dds", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-proxy = { path = "../yazi-proxy", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } -yazi-term = { path = "../yazi-term", version = "25.5.28" } +yazi-adapter = { path = "../yazi-adapter", version = "25.5.31" } +yazi-binding = { path = "../yazi-binding", version = "25.5.31" } +yazi-boot = { path = "../yazi-boot", version = "25.5.31" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-dds = { path = "../yazi-dds", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-proxy = { path = "../yazi-proxy", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } +yazi-term = { path = "../yazi-term", version = "25.5.31" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-proxy/Cargo.toml b/yazi-proxy/Cargo.toml index 5cf16e26..d880b7bc 100644 --- a/yazi-proxy/Cargo.toml +++ b/yazi-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-proxy" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -13,9 +13,9 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml index 116c5fa2..d9c06234 100644 --- a/yazi-scheduler/Cargo.toml +++ b/yazi-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-scheduler" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,13 +9,13 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-dds = { path = "../yazi-dds", version = "25.5.28" } -yazi-fs = { path = "../yazi-fs", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-plugin = { path = "../yazi-plugin", version = "25.5.28" } -yazi-proxy = { path = "../yazi-proxy", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-dds = { path = "../yazi-dds", version = "25.5.31" } +yazi-fs = { path = "../yazi-fs", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-plugin = { path = "../yazi-plugin", version = "25.5.31" } +yazi-proxy = { path = "../yazi-proxy", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-shared/Cargo.toml b/yazi-shared/Cargo.toml index af7b01a9..2d15763a 100644 --- a/yazi-shared/Cargo.toml +++ b/yazi-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-shared" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -10,7 +10,7 @@ repository = "https://github.com/sxyazi/yazi" rust-version = "1.86.0" [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-term/Cargo.toml b/yazi-term/Cargo.toml index 3eca9bf2..1fe93fd8 100644 --- a/yazi-term/Cargo.toml +++ b/yazi-term/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-term" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,8 +9,8 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # Logging tracing = { workspace = true } diff --git a/yazi-widgets/Cargo.toml b/yazi-widgets/Cargo.toml index 941b4c9a..6b550e1b 100644 --- a/yazi-widgets/Cargo.toml +++ b/yazi-widgets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-widgets" -version = "25.5.28" +version = "25.5.31" edition = "2024" license = "MIT" authors = [ "sxyazi " ] @@ -9,12 +9,12 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-codegen = { path = "../yazi-codegen", version = "25.5.28" } -yazi-config = { path = "../yazi-config", version = "25.5.28" } -yazi-macro = { path = "../yazi-macro", version = "25.5.28" } -yazi-plugin = { path = "../yazi-plugin", version = "25.5.28" } -yazi-proxy = { path = "../yazi-proxy", version = "25.5.28" } -yazi-shared = { path = "../yazi-shared", version = "25.5.28" } +yazi-codegen = { path = "../yazi-codegen", version = "25.5.31" } +yazi-config = { path = "../yazi-config", version = "25.5.31" } +yazi-macro = { path = "../yazi-macro", version = "25.5.31" } +yazi-plugin = { path = "../yazi-plugin", version = "25.5.31" } +yazi-proxy = { path = "../yazi-proxy", version = "25.5.31" } +yazi-shared = { path = "../yazi-shared", version = "25.5.31" } # External dependencies crossterm = { workspace = true }