Browse Source

specify nightly toolchain for rustup-init

appflowy 3 năm trước cách đây
mục cha
commit
08635f1984
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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