mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
.. [no ci]
This commit is contained in:
parent
3ab6c7b337
commit
923add50ef
4 changed files with 8 additions and 7 deletions
|
|
@ -8,3 +8,4 @@ echo "Bumping version: $1"
|
||||||
|
|
||||||
TOML_FILES="$(git ls-files '*Cargo.toml')"
|
TOML_FILES="$(git ls-files '*Cargo.toml')"
|
||||||
perl -pi -e "s/^version = .*\$/version = \"$1\"/" $TOML_FILES
|
perl -pi -e "s/^version = .*\$/version = \"$1\"/" $TOML_FILES
|
||||||
|
perl -pi -e "s/^(yazi-[a-z]+)\\s*=\\s*{.*\$/\\1 = { path = \"..\/\\1\", version = \"$1\" }/" $TOML_FILES
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" }
|
yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" }
|
||||||
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
||||||
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
anyhow = "^1"
|
anyhow = "^1"
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,10 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" }
|
yazi-adaptor = { path = "../yazi-adaptor", version = "0.1.5" }
|
||||||
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
||||||
yazi-core = { path = "../yazi-core", version = "0.1.5" }
|
yazi-core = { path = "../yazi-core", version = "0.1.5" }
|
||||||
yazi-plugin = { path = "../yazi-plugin", version = "0.1.5" }
|
yazi-plugin = { path = "../yazi-plugin", version = "0.1.5" }
|
||||||
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
ansi-to-tui = "^3"
|
ansi-to-tui = "^3"
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
yazi-config = { path = "../yazi-config", version = "0.1.5" }
|
||||||
yazi-core = { path = "../yazi-core", version = "0.1.5" }
|
yazi-core = { path = "../yazi-core", version = "0.1.5" }
|
||||||
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
yazi-shared = { path = "../yazi-shared", version = "0.1.5" }
|
||||||
|
|
||||||
# External dependencies
|
# External dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue