Selaa lähdekoodia

specify nightly toolchain for rustup-init

appflowy 3 vuotta sitten
vanhempi
commit
08635f1984
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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