-
I've been updating the Git version regularly for months without any issue via When installing the Git version: % cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli
[...]
% yazi -V
Yazi 0.3.3 (40211df 2024-09-30) Should install latest commit which is 8c5d8aa from 2024-10-03, not 40211df from 2024-09-29. When trying to update: % CARGO_INSTALL_OPTS="--locked" cargo install-update --git yazi-cli yazi-fm
No packages need updating.
Package Installed Latest Needs update
yazi-cli 8c5d8aa5893529cf73929b7955fb7182a0df8ac5 8c5d8aa5893529cf73929b7955fb7182a0df8ac5 No
yazi-fm 8c5d8aa5893529cf73929b7955fb7182a0df8ac5 8c5d8aa5893529cf73929b7955fb7182a0df8ac5 No
No git packages need updating.
Overall updated 0 packages. % cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli
Updating git repository `https://github.com/sxyazi/yazi.git`
Ignored package `yazi-fm v0.3.3 (https://github.com/sxyazi/yazi.git#8c5d8aa5)` is already installed, use --force to override
Updating git repository `https://github.com/sxyazi/yazi.git`
Ignored package `yazi-cli v0.3.3 (https://github.com/sxyazi/yazi.git#8c5d8aa5)` is already installed, use --force to override
Summary Successfully installed yazi-fm, yazi-cli! Anyone else? |
Beta Was this translation helpful? Give feedback.
Answered by
xfzv
Oct 3, 2024
Replies: 1 comment
-
Never mind, it was an issue on my end. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xfzv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind, it was an issue on my end.