# HG changeset patch # User Zeger Van de Vannet # Date 1740218436 -3600 # Node ID 1fcc8b0ca8e28761ac42b1f77c908dd4583e4798 # Parent 04ad0b5762983ebff4f95078a600c119bf290ab0 fix: pin rbw version diff -r 04ad0b576298 -r 1fcc8b0ca8e2 .chezmoiscripts/run_onchange_after_16-install-mise-and-plugins.sh.tmpl --- a/.chezmoiscripts/run_onchange_after_16-install-mise-and-plugins.sh.tmpl Sat Feb 22 10:13:14 2025 +0100 +++ b/.chezmoiscripts/run_onchange_after_16-install-mise-and-plugins.sh.tmpl Sat Feb 22 11:00:36 2025 +0100 @@ -7,7 +7,7 @@ : "${XDG_CONFIG_HOME:=$HOME/.config}" RTX_BIN=$HOME/bin/mise -curl -fsSL https://github.com/jdx/mise/releases/download/v2024.6.2/mise-v2024.6.2-linux-x64 | sudo install -m 755 /dev/stdin $RTX_BIN +curl -fsSL https://github.com/jdx/mise/releases/download/v2025.2.7/mise-v2025.2.7-linux-x64 | sudo install -m 755 /dev/stdin $RTX_BIN export PYTHON_CONFIGURE_OPTS="--enable-shared" $RTX_BIN install --verbose --yes diff -r 04ad0b576298 -r 1fcc8b0ca8e2 .chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl --- a/.chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl Sat Feb 22 10:13:14 2025 +0100 +++ b/.chezmoiscripts/run_onchange_after_19-install-bitwarden.sh.tmpl Sat Feb 22 11:00:36 2025 +0100 @@ -9,6 +9,6 @@ sudo dpkg --install --skip-same-version $DOWNLOADFILE rm -rf $DOWNLOADFILE -$HOME/bin/mise x rust@1.74.0 -- cargo install rbw +$HOME/bin/mise x rust@1.81.0 -- cargo install --version 1.13.2 rbw {{ end }}