From 0dac52bed359ab2296993e791335e29c4ea853e3 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 22:24:39 +0200 Subject: [PATCH] Fix compilation issue --- bin/install-software | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-software b/bin/install-software index 6ae8c7ee..af4f9090 100755 --- a/bin/install-software +++ b/bin/install-software @@ -70,7 +70,7 @@ case "$ID" in rustup install nightly # Switch to stable toolchain - rustup default stable + rustup default nightly # Install software cargo install eza cargo-audit