Skip to content

Commit

Permalink
chore: update trash to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 16, 2024
1 parent 89848ad commit 1036685
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 79 deletions.
80 changes: 29 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions yazi-adaptor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-adaptor"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,8 +9,8 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
yazi-config = { path = "../yazi-config", version = "0.2.1" }
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }

# External dependencies
anyhow = "^1"
Expand Down
4 changes: 2 additions & 2 deletions yazi-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-config"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,7 +9,7 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

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

# External dependencies
anyhow = "^1"
Expand Down
12 changes: 6 additions & 6 deletions yazi-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
yazi-config = { path = "../yazi-config", version = "0.2.1" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.1" }
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }

# External dependencies
anyhow = "^1"
Expand Down
14 changes: 7 additions & 7 deletions yazi-fm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-fm"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,12 +9,12 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-core = { path = "../yazi-core", version = "0.2.0" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
yazi-config = { path = "../yazi-config", version = "0.2.1" }
yazi-core = { path = "../yazi-core", version = "0.2.1" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.1" }
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }

# External dependencies
ansi-to-tui = "^3"
Expand Down
8 changes: 4 additions & 4 deletions yazi-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-plugin"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
yazi-config = { path = "../yazi-config", version = "0.2.1" }
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }

# External dependencies
ansi-to-tui = "^3"
Expand Down
10 changes: 5 additions & 5 deletions yazi-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-scheduler"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand All @@ -9,10 +9,10 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.0" }
yazi-config = { path = "../yazi-config", version = "0.2.0" }
yazi-shared = { path = "../yazi-shared", version = "0.2.0" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.0" }
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.1" }
yazi-config = { path = "../yazi-config", version = "0.2.1" }
yazi-shared = { path = "../yazi-shared", version = "0.2.1" }
yazi-plugin = { path = "../yazi-plugin", version = "0.2.1" }

# External dependencies
anyhow = "^1"
Expand Down
2 changes: 1 addition & 1 deletion yazi-shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-shared"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <sxyazi@gmail.com>" ]
Expand Down

0 comments on commit 1036685

Please sign in to comment.