From ef6c5083a71193ef00911c021b1f4162682e4052 Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 26 Apr 2024 00:37:43 +0200 Subject: [PATCH] Add rustup self update and use beta --- .config/zellij/layouts/update.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/zellij/layouts/update.kdl b/.config/zellij/layouts/update.kdl index 8cbcef3..7e9194b 100644 --- a/.config/zellij/layouts/update.kdl +++ b/.config/zellij/layouts/update.kdl @@ -22,12 +22,12 @@ layout { pane split_direction="vertical" { pane { command "fish" - args "-c" "rustup update stable && cargo install-update -a" + args "-c" "rustup self update && rustup update beta && cargo install-update -a" } pane { cwd "/home/mo8it/code/compile/helix" command "fish" - args "-c" "git pull -r origin master && cargo +stable install --path helix-term --locked" + args "-c" "git pull -r origin master && cargo +beta install --path helix-term --locked" } }