Skip to content

Commit 1036685

Browse files
committed
chore: update trash to 3.2.1
1 parent 89848ad commit 1036685

File tree

8 files changed

+57
-79
lines changed

8 files changed

+57
-79
lines changed

Cargo.lock

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

yazi-adaptor/Cargo.toml

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

1111
[dependencies]
12-
yazi-config = { path = "../yazi-config", version = "0.2.0" }
13-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
12+
yazi-config = { path = "../yazi-config", version = "0.2.1" }
13+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
1414

1515
# External dependencies
1616
anyhow = "^1"

yazi-config/Cargo.toml

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

1111
[dependencies]
12-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
12+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
1313

1414
# External dependencies
1515
anyhow = "^1"

yazi-core/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-core"
3-
version = "0.2.0"
3+
version = "0.2.1"
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-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
13-
yazi-config = { path = "../yazi-config", version = "0.2.0" }
14-
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
15-
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.0" }
16-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
12+
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
13+
yazi-config = { path = "../yazi-config", version = "0.2.1" }
14+
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }
15+
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.1" }
16+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
1717

1818
# External dependencies
1919
anyhow = "^1"

yazi-fm/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-fm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]
@@ -9,12 +9,12 @@ homepage = "https://yazi-rs.github.io"
99
repository = "https://github.com/sxyazi/yazi"
1010

1111
[dependencies]
12-
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
13-
yazi-config = { path = "../yazi-config", version = "0.2.0" }
14-
yazi-core = { path = "../yazi-core", version = "0.2.0" }
15-
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
16-
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.0" }
17-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
12+
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
13+
yazi-config = { path = "../yazi-config", version = "0.2.1" }
14+
yazi-core = { path = "../yazi-core", version = "0.2.1" }
15+
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }
16+
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.1" }
17+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
1818

1919
# External dependencies
2020
ansi-to-tui = "^3"

yazi-plugin/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-plugin"
3-
version = "0.2.0"
3+
version = "0.2.1"
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-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
13-
yazi-config = { path = "../yazi-config", version = "0.2.0" }
14-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
12+
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
13+
yazi-config = { path = "../yazi-config", version = "0.2.1" }
14+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
1515

1616
# External dependencies
1717
ansi-to-tui = "^3"

yazi-scheduler/Cargo.toml

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

1111
[dependencies]
12-
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
13-
yazi-config = { path = "../yazi-config", version = "0.2.0" }
14-
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
15-
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
12+
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
13+
yazi-config = { path = "../yazi-config", version = "0.2.1" }
14+
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
15+
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }
1616

1717
# External dependencies
1818
anyhow = "^1"

yazi-shared/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-shared"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT"
66
authors = [ "sxyazi <[email protected]>" ]

0 commit comments

Comments
 (0)