From 46125eda6e7ca4c5c91ecf933b5409cca232dd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20=C2=B7=20Misaki=20Masa?= Date: Sun, 2 Mar 2025 21:33:13 +0800 Subject: [PATCH] chore: bump version to 25.3.2 (#2428) --- Cargo.lock | 68 +++++++++++++++++++-------------------- Cargo.toml | 4 +-- yazi-adapter/Cargo.toml | 8 ++--- yazi-boot/Cargo.toml | 12 +++---- yazi-cli/Cargo.toml | 14 ++++---- yazi-codegen/Cargo.toml | 2 +- yazi-config/Cargo.toml | 8 ++--- yazi-core/Cargo.toml | 24 +++++++------- yazi-dds/Cargo.toml | 10 +++--- yazi-ffi/Cargo.toml | 4 +-- yazi-fm/Cargo.toml | 24 +++++++------- yazi-fs/Cargo.toml | 8 ++--- yazi-macro/Cargo.toml | 2 +- yazi-plugin/Cargo.toml | 18 +++++------ yazi-proxy/Cargo.toml | 8 ++--- yazi-scheduler/Cargo.toml | 16 ++++----- yazi-shared/Cargo.toml | 4 +-- 17 files changed, 117 insertions(+), 117 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5ee62f6..ab188918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "bitstream-io" @@ -334,9 +334,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.15" +version = "1.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" +checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" dependencies = [ "jobserver", "libc", @@ -486,9 +486,9 @@ dependencies = [ [[package]] name = "console" -version = "0.15.10" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", "libc", @@ -551,7 +551,7 @@ version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "crossterm_winapi", "filedescriptor", "futures-core", @@ -992,9 +992,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "globset" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" +checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" dependencies = [ "aho-corasick", "bstr", @@ -1258,7 +1258,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "inotify-sys", "libc", ] @@ -1399,7 +1399,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "libc", "redox_syscall", ] @@ -1625,7 +1625,7 @@ version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "filetime", "fsevent-sys", "inotify", @@ -1756,7 +1756,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "block2", "libc", "objc2", @@ -2039,7 +2039,7 @@ version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "cassowary", "compact_str", "crossterm", @@ -2119,7 +2119,7 @@ version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", ] [[package]] @@ -2210,7 +2210,7 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "errno", "libc", "linux-raw-sys", @@ -3321,7 +3321,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "yazi-adapter" -version = "25.2.26" +version = "25.3.2" dependencies = [ "ansi-to-tui", "anyhow", @@ -3342,7 +3342,7 @@ dependencies = [ [[package]] name = "yazi-boot" -version = "25.2.26" +version = "25.3.2" dependencies = [ "clap", "clap_complete", @@ -3360,7 +3360,7 @@ dependencies = [ [[package]] name = "yazi-cli" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "clap", @@ -3383,7 +3383,7 @@ dependencies = [ [[package]] name = "yazi-codegen" -version = "25.2.26" +version = "25.3.2" dependencies = [ "quote", "syn", @@ -3391,10 +3391,10 @@ dependencies = [ [[package]] name = "yazi-config" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", - "bitflags 2.8.0", + "bitflags 2.9.0", "crossterm", "globset", "indexmap", @@ -3411,10 +3411,10 @@ dependencies = [ [[package]] name = "yazi-core" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", - "bitflags 2.8.0", + "bitflags 2.9.0", "crossterm", "dirs", "futures", @@ -3445,7 +3445,7 @@ dependencies = [ [[package]] name = "yazi-dds" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "mlua", @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "yazi-ffi" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "core-foundation-sys", @@ -3477,7 +3477,7 @@ dependencies = [ [[package]] name = "yazi-fm" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "better-panic", @@ -3513,11 +3513,11 @@ dependencies = [ [[package]] name = "yazi-fs" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "arc-swap", - "bitflags 2.8.0", + "bitflags 2.9.0", "core-foundation-sys", "dirs", "foldhash", @@ -3539,11 +3539,11 @@ dependencies = [ [[package]] name = "yazi-macro" -version = "25.2.26" +version = "25.3.2" [[package]] name = "yazi-plugin" -version = "25.2.26" +version = "25.3.2" dependencies = [ "ansi-to-tui", "anyhow", @@ -3584,7 +3584,7 @@ checksum = "f4b6c8e12e39ac0f79fa96f36e5b88e0da8d230691abd729eec709b43c74f632" [[package]] name = "yazi-proxy" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "mlua", @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "yazi-scheduler" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "async-priority-channel", @@ -3620,7 +3620,7 @@ dependencies = [ [[package]] name = "yazi-shared" -version = "25.2.26" +version = "25.3.2" dependencies = [ "anyhow", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index a60e72c7..502a8d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,14 +17,14 @@ panic = "unwind" ansi-to-tui = "7.0.0" anyhow = "1.0.96" base64 = "0.22.1" -bitflags = "2.8.0" +bitflags = "2.9.0" clap = { version = "4.5.31", features = [ "derive" ] } core-foundation-sys = "0.8.7" crossterm = { version = "0.28.1", features = [ "event-stream" ] } dirs = "6.0.0" foldhash = "0.1.4" futures = "0.3.31" -globset = "0.4.15" +globset = "0.4.16" indexmap = { version = "2.7.1", features = [ "serde" ] } libc = "0.2.170" lru = "0.13.0" diff --git a/yazi-adapter/Cargo.toml b/yazi-adapter/Cargo.toml index 130ce236..32b51413 100644 --- a/yazi-adapter/Cargo.toml +++ b/yazi-adapter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-adapter" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-boot/Cargo.toml b/yazi-boot/Cargo.toml index 834ce47d..118b2984 100644 --- a/yazi-boot/Cargo.toml +++ b/yazi-boot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-boot" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-adapter = { path = "../yazi-adapter", version = "25.3.2" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies clap = { workspace = true } diff --git a/yazi-cli/Cargo.toml b/yazi-cli/Cargo.toml index 946c305c..c4d8da82 100644 --- a/yazi-cli/Cargo.toml +++ b/yazi-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-cli" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } -yazi-dds = { path = "../yazi-dds", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-boot = { path = "../yazi-boot", version = "25.3.2" } +yazi-dds = { path = "../yazi-dds", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # 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.2.26" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External build dependencies anyhow = { workspace = true } diff --git a/yazi-codegen/Cargo.toml b/yazi-codegen/Cargo.toml index feb2ff84..e7c4111a 100644 --- a/yazi-codegen/Cargo.toml +++ b/yazi-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-codegen" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-config/Cargo.toml b/yazi-config/Cargo.toml index 88d93a73..6d2ee35f 100644 --- a/yazi-config/Cargo.toml +++ b/yazi-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-config" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-core/Cargo.toml b/yazi-core/Cargo.toml index 152ad42b..1b3ced04 100644 --- a/yazi-core/Cargo.toml +++ b/yazi-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-core" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -9,17 +9,17 @@ homepage = "https://yazi-rs.github.io" repository = "https://github.com/sxyazi/yazi" [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.2.26" } -yazi-boot = { path = "../yazi-boot", version = "25.2.26" } -yazi-codegen = { path = "../yazi-codegen", version = "25.2.26" } -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-dds = { path = "../yazi-dds", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-plugin = { path = "../yazi-plugin", version = "25.2.26" } -yazi-proxy = { path = "../yazi-proxy", version = "25.2.26" } -yazi-scheduler = { path = "../yazi-scheduler", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-adapter = { path = "../yazi-adapter", version = "25.3.2" } +yazi-boot = { path = "../yazi-boot", version = "25.3.2" } +yazi-codegen = { path = "../yazi-codegen", version = "25.3.2" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-dds = { path = "../yazi-dds", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-plugin = { path = "../yazi-plugin", version = "25.3.2" } +yazi-proxy = { path = "../yazi-proxy", version = "25.3.2" } +yazi-scheduler = { path = "../yazi-scheduler", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml index c3b47d4d..e90ba04a 100644 --- a/yazi-dds/Cargo.toml +++ b/yazi-dds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-dds" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -13,10 +13,10 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-boot = { path = "../yazi-boot", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-boot = { path = "../yazi-boot", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-ffi/Cargo.toml b/yazi-ffi/Cargo.toml index 652ee22c..0d7f30ec 100644 --- a/yazi-ffi/Cargo.toml +++ b/yazi-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-ffi" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml index 1bc2a189..de678a4a 100644 --- a/yazi-fm/Cargo.toml +++ b/yazi-fm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fm" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -13,17 +13,17 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.2.26" } -yazi-boot = { path = "../yazi-boot", version = "25.2.26" } -yazi-codegen = { path = "../yazi-codegen", version = "25.2.26" } -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-core = { path = "../yazi-core", version = "25.2.26" } -yazi-dds = { path = "../yazi-dds", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-plugin = { path = "../yazi-plugin", version = "25.2.26" } -yazi-proxy = { path = "../yazi-proxy", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-adapter = { path = "../yazi-adapter", version = "25.3.2" } +yazi-boot = { path = "../yazi-boot", version = "25.3.2" } +yazi-codegen = { path = "../yazi-codegen", version = "25.3.2" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-core = { path = "../yazi-core", version = "25.3.2" } +yazi-dds = { path = "../yazi-dds", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-plugin = { path = "../yazi-plugin", version = "25.3.2" } +yazi-proxy = { path = "../yazi-proxy", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-fs/Cargo.toml b/yazi-fs/Cargo.toml index a5f0fe83..c3753faf 100644 --- a/yazi-fs/Cargo.toml +++ b/yazi-fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-fs" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-ffi = { path = "../yazi-ffi", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-macro/Cargo.toml b/yazi-macro/Cargo.toml index 6e040bc2..eb6d8347 100644 --- a/yazi-macro/Cargo.toml +++ b/yazi-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-macro" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml index 68c029f3..9c2b9169 100644 --- a/yazi-plugin/Cargo.toml +++ b/yazi-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-plugin" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -13,14 +13,14 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-adapter = { path = "../yazi-adapter", version = "25.2.26" } -yazi-boot = { path = "../yazi-boot", version = "25.2.26" } -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-dds = { path = "../yazi-dds", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-proxy = { path = "../yazi-proxy", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-adapter = { path = "../yazi-adapter", version = "25.3.2" } +yazi-boot = { path = "../yazi-boot", version = "25.3.2" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-dds = { path = "../yazi-dds", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-proxy = { path = "../yazi-proxy", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies ansi-to-tui = { workspace = true } diff --git a/yazi-proxy/Cargo.toml b/yazi-proxy/Cargo.toml index fed346ab..4abe5717 100644 --- a/yazi-proxy/Cargo.toml +++ b/yazi-proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-proxy" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -13,9 +13,9 @@ default = [ "vendored-lua" ] vendored-lua = [ "mlua/vendored" ] [dependencies] -yazi-config = { path = "../yazi-config", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-scheduler/Cargo.toml b/yazi-scheduler/Cargo.toml index f71f399e..555369e2 100644 --- a/yazi-scheduler/Cargo.toml +++ b/yazi-scheduler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-scheduler" -version = "25.2.26" +version = "25.3.2" edition = "2021" 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.2.26" } -yazi-dds = { path = "../yazi-dds", version = "25.2.26" } -yazi-fs = { path = "../yazi-fs", version = "25.2.26" } -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } -yazi-plugin = { path = "../yazi-plugin", version = "25.2.26" } -yazi-proxy = { path = "../yazi-proxy", version = "25.2.26" } -yazi-shared = { path = "../yazi-shared", version = "25.2.26" } +yazi-config = { path = "../yazi-config", version = "25.3.2" } +yazi-dds = { path = "../yazi-dds", version = "25.3.2" } +yazi-fs = { path = "../yazi-fs", version = "25.3.2" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } +yazi-plugin = { path = "../yazi-plugin", version = "25.3.2" } +yazi-proxy = { path = "../yazi-proxy", version = "25.3.2" } +yazi-shared = { path = "../yazi-shared", version = "25.3.2" } # External dependencies anyhow = { workspace = true } diff --git a/yazi-shared/Cargo.toml b/yazi-shared/Cargo.toml index b113597e..e3316b01 100644 --- a/yazi-shared/Cargo.toml +++ b/yazi-shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yazi-shared" -version = "25.2.26" +version = "25.3.2" edition = "2021" license = "MIT" authors = [ "sxyazi " ] @@ -10,7 +10,7 @@ repository = "https://github.com/sxyazi/yazi" rust-version = "1.83.0" [dependencies] -yazi-macro = { path = "../yazi-macro", version = "25.2.26" } +yazi-macro = { path = "../yazi-macro", version = "25.3.2" } # External dependencies anyhow = { workspace = true }