1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Compile with stable

This commit is contained in:
Mo 2023-01-22 14:42:22 +01:00
parent 89b61c45f0
commit cd69dd4dca
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ layout {
pane {
cwd "/home/mo/code/compile/helix"
command "fish"
args "-c" "git pull -r && cargo install --path helix-term"
args "-c" "git pull -r && cargo +stable install --path helix-term"
close_on_exit true
}
}

View file

@ -43,7 +43,7 @@ def update_flatpak():
def update_cargo():
lines = cap_live_lines("rustup update && cargo install-update -a")
lines = cap_live_lines("rustup update stable && cargo install-update -a")
if "no packages need updating" not in lines[-2].lower():
press_to_exit()