Browse Source

specify nightly toolchain for rustup-init

appflowy 3 years ago
parent
commit
08635f1984
1 changed files with 1 additions and 1 deletions
  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