From 6f05520752137d6a1cdb199e77d1eec1306ffdcd Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 16 Nov 2025 12:23:25 +0100 Subject: [PATCH] always use stable Rust to build josh --- src/josh.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/josh.rs b/src/josh.rs index 571c5db..da7cf52 100644 --- a/src/josh.rs +++ b/src/josh.rs @@ -67,6 +67,7 @@ pub fn try_install_josh(verbose: bool) -> Option { run_command( &[ "cargo", + "+stable", "install", "--locked", "--git",