Skip to content

Commit

Permalink
update the default require toolchain to be nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Jan 16, 2019
1 parent badeedd commit 9ca2905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RUST_TOOLCHAIN="$(cat rust-toolchain)"
RUST_TOOLCHAIN="nightly"

set +e
git submodule update --init --recursive
Expand Down

0 comments on commit 9ca2905

Please sign in to comment.