make sure rust is up-to-date

This commit is contained in:
Navid Sassan 2024-02-27 12:19:13 +01:00
parent eea15dbec8
commit 5e8b52a11f

@ -4,8 +4,11 @@ Bitwarden Menu
## Installation
```bash
# install dependencies and tools
sudo dnf install rofi cargo
# install an up-to-date rust and cargo, see https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# install dependencies
sudo dnf install rofi
mkdir -p ~/.cargo
cat > ~/.cargo/config.toml << 'EOF'