Skip to content

Commit 43a2f4c

Browse files
authored
Merge pull request #31 from RalfJung/josh-install
always use stable Rust to build josh
2 parents 8a4c985 + 6f05520 commit 43a2f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/josh.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub fn try_install_josh(verbose: bool) -> Option<JoshProxy> {
6767
run_command(
6868
&[
6969
"cargo",
70+
"+stable",
7071
"install",
7172
"--locked",
7273
"--git",

0 commit comments

Comments
 (0)