From 08635f1984118a4eb99bbfb33e271de6cafda20e Mon Sep 17 00:00:00 2001 From: appflowy Date: Mon, 22 Nov 2021 12:25:46 +0800 Subject: [PATCH] specify nightly toolchain for rustup-init --- frontend/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Makefile b/frontend/Makefile index 84ea9d3bb6..89f206aeaa 100644 --- a/frontend/Makefile +++ b/frontend/Makefile @@ -9,4 +9,4 @@ install_cargo_make: install_rust: brew bundle - rustup-init -y + rustup-init -y --default-toolchain=nightly