소스 검색

specify nightly toolchain for rustup-init

appflowy 3 년 전
부모
커밋
08635f1984
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/Makefile

+ 1 - 1
frontend/Makefile

@@ -9,4 +9,4 @@ install_cargo_make:
 
 install_rust:
 	brew bundle
-	rustup-init -y
+	rustup-init -y --default-toolchain=nightly