Skip to content

Commit

Permalink
chore: bump version to 0.3 (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored Aug 1, 2024
1 parent c7b0025 commit 7a380c2
Show file tree
Hide file tree
Showing 37 changed files with 201 additions and 154 deletions.
130 changes: 77 additions & 53 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-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-adapter"
version = "0.2.5"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
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.5" }
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
yazi-config = { path = "../yazi-config", version = "0.3.0" }
yazi-shared = { path = "../yazi-shared", version = "0.3.0" }

# External dependencies
ansi-to-tui = "=3.1.0"
Expand Down
Loading

0 comments on commit 7a380c2

Please sign in to comment.