From 9ca290541650115a1c397ac581dbd09bfd1faf5c Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Wed, 16 Jan 2019 19:15:34 +0000 Subject: [PATCH] update the default require toolchain to be nightly --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index fa35a31..1dc2c05 100755 --- a/build +++ b/build @@ -1,6 +1,6 @@ #!/bin/bash -RUST_TOOLCHAIN="$(cat rust-toolchain)" +RUST_TOOLCHAIN="nightly" set +e git submodule update --init --recursive