Skip to content

Commit 7a380c2

Browse files
authored
chore: bump version to 0.3 (#1374)
1 parent c7b0025 commit 7a380c2

37 files changed

+201
-154
lines changed

Cargo.lock

+77-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yazi-adapter/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yazi-adapter"
3-
version = "0.2.5"
3+
version = "0.3.0"
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.5" }
13-
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
12+
yazi-config = { path = "../yazi-config", version = "0.3.0" }
13+
yazi-shared = { path = "../yazi-shared", version = "0.3.0" }
1414

1515
# External dependencies
1616
ansi-to-tui = "=3.1.0"

0 commit comments

Comments
 (0)