Skip to content

Commit 46125ed

Browse files
authored
chore: bump version to 25.3.2 (#2428)
1 parent 4e32cd9 commit 46125ed

File tree

17 files changed

+117
-117
lines changed

17 files changed

+117
-117
lines changed

Cargo.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ panic = "unwind"
1717
ansi-to-tui = "7.0.0"
1818
anyhow = "1.0.96"
1919
base64 = "0.22.1"
20-
bitflags = "2.8.0"
20+
bitflags = "2.9.0"
2121
clap = { version = "4.5.31", features = [ "derive" ] }
2222
core-foundation-sys = "0.8.7"
2323
crossterm = { version = "0.28.1", features = [ "event-stream" ] }
2424
dirs = "6.0.0"
2525
foldhash = "0.1.4"
2626
futures = "0.3.31"
27-
globset = "0.4.15"
27+
globset = "0.4.16"
2828
indexmap = { version = "2.7.1", features = [ "serde" ] }
2929
libc = "0.2.170"
3030
lru = "0.13.0"

yazi-adapter/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-adapter"
3-
version = "25.2.26"
3+
version = "25.3.2"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]
@@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
99
repository = "https://github.com/sxyazi/yazi"
1010

1111
[dependencies]
12-
yazi-config = { path = "../yazi-config", version = "25.2.26" }
13-
yazi-macro = { path = "../yazi-macro", version = "25.2.26" }
14-
yazi-shared = { path = "../yazi-shared", version = "25.2.26" }
12+
yazi-config = { path = "../yazi-config", version = "25.3.2" }
13+
yazi-macro = { path = "../yazi-macro", version = "25.3.2" }
14+
yazi-shared = { path = "../yazi-shared", version = "25.3.2" }
1515

1616
# External dependencies
1717
ansi-to-tui = { workspace = true }

yazi-boot/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-boot"
3-
version = "25.2.26"
3+
version = "25.3.2"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]
@@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io"
99
repository = "https://github.com/sxyazi/yazi"
1010

1111
[dependencies]
12-
yazi-adapter = { path = "../yazi-adapter", version = "25.2.26" }
13-
yazi-config = { path = "../yazi-config", version = "25.2.26" }
14-
yazi-fs = { path = "../yazi-fs", version = "25.2.26" }
15-
yazi-macro = { path = "../yazi-macro", version = "25.2.26" }
16-
yazi-shared = { path = "../yazi-shared", version = "25.2.26" }
12+
yazi-adapter = { path = "../yazi-adapter", version = "25.3.2" }
13+
yazi-config = { path = "../yazi-config", version = "25.3.2" }
14+
yazi-fs = { path = "../yazi-fs", version = "25.3.2" }
15+
yazi-macro = { path = "../yazi-macro", version = "25.3.2" }
16+
yazi-shared = { path = "../yazi-shared", version = "25.3.2" }
1717

1818
# External dependencies
1919
clap = { workspace = true }

yazi-cli/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-cli"
3-
version = "25.2.26"
3+
version = "25.3.2"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]
@@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io"
99
repository = "https://github.com/sxyazi/yazi"
1010

1111
[dependencies]
12-
yazi-boot = { path = "../yazi-boot", version = "25.2.26" }
13-
yazi-dds = { path = "../yazi-dds", version = "25.2.26" }
14-
yazi-fs = { path = "../yazi-fs", version = "25.2.26" }
15-
yazi-macro = { path = "../yazi-macro", version = "25.2.26" }
16-
yazi-shared = { path = "../yazi-shared", version = "25.2.26" }
12+
yazi-boot = { path = "../yazi-boot", version = "25.3.2" }
13+
yazi-dds = { path = "../yazi-dds", version = "25.3.2" }
14+
yazi-fs = { path = "../yazi-fs", version = "25.3.2" }
15+
yazi-macro = { path = "../yazi-macro", version = "25.3.2" }
16+
yazi-shared = { path = "../yazi-shared", version = "25.3.2" }
1717

1818
# External dependencies
1919
anyhow = { workspace = true }
@@ -26,7 +26,7 @@ toml = { workspace = true }
2626
twox-hash = { workspace = true }
2727

2828
[build-dependencies]
29-
yazi-shared = { path = "../yazi-shared", version = "25.2.26" }
29+
yazi-shared = { path = "../yazi-shared", version = "25.3.2" }
3030

3131
# External build dependencies
3232
anyhow = { workspace = true }

yazi-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-codegen"
3-
version = "25.2.26"
3+
version = "25.3.2"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]

yazi-config/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-config"
3-
version = "25.2.26"
3+
version = "25.3.2"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]
@@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
99
repository = "https://github.com/sxyazi/yazi"
1010

1111
[dependencies]
12-
yazi-fs = { path = "../yazi-fs", version = "25.2.26" }
13-
yazi-macro = { path = "../yazi-macro", version = "25.2.26" }
14-
yazi-shared = { path = "../yazi-shared", version = "25.2.26" }
12+
yazi-fs = { path = "../yazi-fs", version = "25.3.2" }
13+
yazi-macro = { path = "../yazi-macro", version = "25.3.2" }
14+
yazi-shared = { path = "../yazi-shared", version = "25.3.2" }
1515

1616
# External dependencies
1717
anyhow = { workspace = true }

0 commit comments

Comments
 (0)